#2d8e65

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

Shades of Eucalyptus #2D8E65

Tints of Eucalyptus #2D8E65

Color information

#2D8E65 (or 0x2D8E65) is unknown color: approx Eucalyptus. HEX triplet: 2D, 8E and 65. RGB value is (45,142,101). Sum of RGB (Red+Green+Blue) = 45+142+101=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 142 (55.86% from 255 or 49.31% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 142 - color contains mainly: green. Hex color #2D8E65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8E65 is #D2719A. Grayscale: #6C6C6C. Windows color (decimal): -13791643 or 6655533. OLE color: 6655533.

HSL color Cylindrical-coordinate representation of color #2D8E65: hue angle of 154.64º 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 #2D8E65 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB45142101-
CMYK0.6800.290.44
HSL154.64º51.87%36.67%-
HSV(B)154.64º68.31%55.69%-
XYZ13.120.8415.64-
YUV108.32123.8682.83-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.62%
GREEN value IS 142 (55.86% from 255) = 49.31%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=15.62%
G=49.31%
B=35.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal451421010.6800.290.44154.6451.8736.67
Hex2D8E654401D2C9b3425
Octal55216145104035542336445
Binary101101100011101100101100010001110110110010011011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d8e65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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