#2F8A76

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

Shades of Genoa #2F8A76

Tints of Genoa #2F8A76

Color information

#2F8A76 (or 0x2F8A76) is unknown color: approx Genoa. HEX triplet: 2F, 8A and 76. RGB value is (47,138,118). Sum of RGB (Red+Green+Blue) = 47+138+118=303 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.51% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 138 - color contains mainly: green. Hex color #2F8A76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F8A76 is #D07589. Grayscale: #6C6C6C. Windows color (decimal): -13661578 or 7768623. OLE color: 7768623.

HSL color Cylindrical-coordinate representation of color #2F8A76: hue angle of 166.81º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2F8A76 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB47138118-
CMYK0.6600.140.46
HSL166.81º49.19%36.27%-
HSV(B)166.81º65.94%54.12%-
XYZ13.5320.0920.3-
YUV108.51133.3584.13-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.51%
GREEN value IS 138 (54.30% from 255) = 45.54%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=15.51%
G=45.54%
B=38.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal471381180.6600.140.46166.8149.1936.27
Hex2F8A76420E2Ea73124
Octal57212166102016562476144
Binary10111110001010111011010000100111010111010100111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,138,118); }

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

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

 a { background-color: rgb(47,138,118); }

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

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

 span { border-color: rgb(47,138,118); }

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