#2F876E

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

Shades of Genoa #2F876E

Tints of Genoa #2F876E

Color information

#2F876E (or 0x2F876E) is unknown color: approx Genoa. HEX triplet: 2F, 87 and 6E. RGB value is (47,135,110). Sum of RGB (Red+Green+Blue) = 47+135+110=292 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.10% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #2F876E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F876E is #D07891. Grayscale: #696969. Windows color (decimal): -13662354 or 7243567. OLE color: 7243567.

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

Color convert

RGB47135110-
CMYK0.6500.190.47
HSL162.95º48.35%35.69%-
HSV(B)162.95º65.19%52.94%-
XYZ12.6519.0617.76-
YUV105.84130.3586.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.10%
GREEN value IS 135 (53.12% from 255) = 46.23%
BLUE value IS 110 (43.36% from 255) = 37.67%
R=16.10%
G=46.23%
B=37.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal471351100.6500.190.47162.9548.3535.69
Hex2F876E410132Fa33024
Octal57207156101023572436044
Binary101111100001111101110100000101001110111110100011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,135,110); }

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

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

 a { background-color: rgb(47,135,110); }

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

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

 span { border-color: rgb(47,135,110); }

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