#2F866F

Color #2F866F Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #2F866F

Tints of Genoa #2F866F

Color information

#2F866F (or 0x2F866F) is unknown color: approx Genoa. HEX triplet: 2F, 86 and 6F. RGB value is (47,134,111). Sum of RGB (Red+Green+Blue) = 47+134+111=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 134 (52.73% from 255 or 45.89% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 134 - color contains mainly: green. Hex color #2F866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F866F is #D07990. Grayscale: #696969. Windows color (decimal): -13662609 or 7308847. OLE color: 7308847.

HSL color Cylindrical-coordinate representation of color #2F866F: hue angle of 164.14º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F866F is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB47134111-
CMYK0.6500.170.47
HSL164.14º48.07%35.49%-
HSV(B)164.14º64.93%52.55%-
XYZ12.5718.818.01-
YUV105.36131.1886.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 16.10%
GREEN value IS 134 (52.73% from 255) = 45.89%
BLUE value IS 111 (43.75% from 255) = 38.01%
R=16.10%
G=45.89%
B=38.01%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal471341110.6500.170.47164.1448.0735.49
Hex2F866F410112Fa43023
Octal57206157101021572446043
Binary101111100001101101111100000101000110111110100100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F866F; }

 p { color: rgb(47,134,111); }

 H1.HeaderClassName
 {
   color: #2F866F;
 }
 .AnyTagClassName
 {
   color: #2F866F;
 }
</style>
background-color css

<style>
 a { background-color: #2F866F; }

 a { background-color: rgb(47,134,111); }

 div.DivClassName
 {
   background-color: #2F866F;
 }
 .BgClassName
 {
   background-color: #2F866F;
 }
</style>
border-color css

<style>
 span { border-color: #2F866F; }

 span { border-color: rgb(47,134,111); }

 td.TdClassName
 {
   border-color: #2F866F;
 }
 .TagClassName
 {
   border-color: #2F866F;
 }
</style>