#2D8E62

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

Shades of Eucalyptus #2D8E62

Tints of Eucalyptus #2D8E62

Color information

#2D8E62 (or 0x2D8E62) is unknown color: approx Eucalyptus. HEX triplet: 2D, 8E and 62. RGB value is (45,142,98). Sum of RGB (Red+Green+Blue) = 45+142+98=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 98 (38.67% from 255 or 34.39% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #2D8E62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8E62 is #D2719D. Grayscale: #6C6C6C. Windows color (decimal): -13791646 or 6458925. OLE color: 6458925.

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

Color convert

RGB4514298-
CMYK0.6800.310.44
HSL152.78º51.87%36.67%-
HSV(B)152.78º68.31%55.69%-
XYZ12.9620.7914.88-
YUV107.98122.3683.08-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.79%
GREEN value IS 142 (55.86% from 255) = 49.82%
BLUE value IS 98 (38.67% from 255) = 34.39%
R=15.79%
G=49.82%
B=34.39%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal45142980.6800.310.44152.7851.8736.67
Hex2D8E624401F2C993425
Octal55216142104037542316445
Binary101101100011101100010100010001111110110010011001110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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