#2D8976

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

Shades of Genoa #2D8976

Tints of Genoa #2D8976

Color information

#2D8976 (or 0x2D8976) is unknown color: approx Genoa. HEX triplet: 2D, 89 and 76. RGB value is (45,137,118). Sum of RGB (Red+Green+Blue) = 45+137+118=300 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #2D8976 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8976 is #D27689. Grayscale: #6B6B6B. Windows color (decimal): -13792906 or 7768365. OLE color: 7768365.

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

Color convert

RGB45137118-
CMYK0.6700.140.46
HSL167.61º50.55%35.69%-
HSV(B)167.61º67.15%53.73%-
XYZ13.319.7620.25-
YUV107.33134.0283.54-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15%
GREEN value IS 137 (53.91% from 255) = 45.67%
BLUE value IS 118 (46.48% from 255) = 39.33%
R=15%
G=45.67%
B=39.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal451371180.6700.140.46167.6150.5535.69
Hex2D8976430E2Ea83324
Octal55211166103016562506344
Binary10110110001001111011010000110111010111010101000110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,137,118); }

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

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

 a { background-color: rgb(45,137,118); }

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

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

 span { border-color: rgb(45,137,118); }

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