#2D8E66

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

Shades of Eucalyptus #2D8E66

Tints of Eucalyptus #2D8E66

Color information

#2D8E66 (or 0x2D8E66) is unknown color: approx Eucalyptus. HEX triplet: 2D, 8E and 66. RGB value is (45,142,102). Sum of RGB (Red+Green+Blue) = 45+142+102=289 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.57% from 289); Green value is 142 (55.86% from 255 or 49.13% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 142 - color contains mainly: green. Hex color #2D8E66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8E66 is #D27199. Grayscale: #6C6C6C. Windows color (decimal): -13791642 or 6721069. OLE color: 6721069.

HSL color Cylindrical-coordinate representation of color #2D8E66: hue angle of 155.26º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8E66 is Cyan = 0.68, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB45142102-
CMYK0.6800.280.44
HSL155.26º51.87%36.67%-
HSV(B)155.26º68.31%55.69%-
XYZ13.1520.8615.9-
YUV108.44124.3682.75-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.57%
GREEN value IS 142 (55.86% from 255) = 49.13%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=15.57%
G=49.13%
B=35.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal451421020.6800.280.44155.2651.8736.67
Hex2D8E664401C2C9b3425
Octal55216146104034542336445
Binary101101100011101100110100010001110010110010011011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,142,102); }

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

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

 a { background-color: rgb(45,142,102); }

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

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

 span { border-color: rgb(45,142,102); }

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