#2D876F

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

Shades of Genoa #2D876F

Tints of Genoa #2D876F

Color information

#2D876F (or 0x2D876F) is unknown color: approx Genoa. HEX triplet: 2D, 87 and 6F. RGB value is (45,135,111). Sum of RGB (Red+Green+Blue) = 45+135+111=291 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.46% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #2D876F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D876F is #D27890. Grayscale: #696969. Windows color (decimal): -13793425 or 7309101. OLE color: 7309101.

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

Color convert

RGB45135111-
CMYK0.6700.180.47
HSL164º50%35.29%-
HSV(B)164º66.67%52.94%-
XYZ12.6219.0318.05-
YUV105.35131.1884.95-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.46%
GREEN value IS 135 (53.12% from 255) = 46.39%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=15.46%
G=46.39%
B=38.14%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal451351110.6700.180.471645035.29
Hex2D876F430122Fa43223
Octal55207157103022572446243
Binary101101100001111101111100001101001010111110100100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,135,111); }

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

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

 a { background-color: rgb(45,135,111); }

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

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

 span { border-color: rgb(45,135,111); }

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