#2D8D62

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

Shades of Eucalyptus #2D8D62

Tints of Eucalyptus #2D8D62

Color information

#2D8D62 (or 0x2D8D62) is unknown color: approx Eucalyptus. HEX triplet: 2D, 8D and 62. RGB value is (45,141,98). Sum of RGB (Red+Green+Blue) = 45+141+98=284 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.85% from 284); Green value is 141 (55.47% from 255 or 49.65% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 141 - color contains mainly: green. Hex color #2D8D62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D8D62 is #D2729D. Grayscale: #6B6B6B. Windows color (decimal): -13791902 or 6458669. OLE color: 6458669.

HSL color Cylindrical-coordinate representation of color #2D8D62: hue angle of 153.12º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8D62 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB4514198-
CMYK0.6800.300.45
HSL153.12º51.61%36.47%-
HSV(B)153.12º68.09%55.29%-
XYZ12.8120.4914.83-
YUV107.39122.783.5-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.85%
GREEN value IS 141 (55.47% from 255) = 49.65%
BLUE value IS 98 (38.67% from 255) = 34.51%
R=15.85%
G=49.65%
B=34.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal45141980.6800.300.45153.1251.6136.47
Hex2D8D624401E2D993424
Octal55215142104036552316444
Binary101101100011011100010100010001111010110110011001110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D8D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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