#2D8674

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

Shades of Genoa #2D8674

Tints of Genoa #2D8674

Color information

#2D8674 (or 0x2D8674) is unknown color: approx Genoa. HEX triplet: 2D, 86 and 74. RGB value is (45,134,116). Sum of RGB (Red+Green+Blue) = 45+134+116=295 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.25% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #2D8674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8674 is #D2798B. Grayscale: #696969. Windows color (decimal): -13793676 or 7636525. OLE color: 7636525.

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

Color convert

RGB45134116-
CMYK0.6600.130.47
HSL167.87º49.72%35.1%-
HSV(B)167.87º66.42%52.55%-
XYZ12.7618.8719.49-
YUV105.34134.0184.96-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.25%
GREEN value IS 134 (52.73% from 255) = 45.42%
BLUE value IS 116 (45.70% from 255) = 39.32%
R=15.25%
G=45.42%
B=39.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal451341160.6600.130.47167.8749.7235.1
Hex2D8674420D2Fa83223
Octal55206164102015572506243
Binary10110110000110111010010000100110110111110101000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,134,116); }

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

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

 a { background-color: rgb(45,134,116); }

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

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

 span { border-color: rgb(45,134,116); }

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