#2D9E64

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

Shades of Eucalyptus #2D9E64

Tints of Eucalyptus #2D9E64

Color information

#2D9E64 (or 0x2D9E64) is unknown color: approx Eucalyptus. HEX triplet: 2D, 9E and 64. RGB value is (45,158,100). Sum of RGB (Red+Green+Blue) = 45+158+100=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 158 (62.11% from 255 or 52.15% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 158 - color contains mainly: green. Hex color #2D9E64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9E64 is #D2619B. Grayscale: #757575. Windows color (decimal): -13787548 or 6594093. OLE color: 6594093.

HSL color Cylindrical-coordinate representation of color #2D9E64: hue angle of 149.2º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9E64 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB45158100-
CMYK0.7200.370.38
HSL149.2º55.67%39.8%-
HSV(B)149.2º71.52%61.96%-
XYZ15.6125.9316.24-
YUV117.6118.0676.22-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.85%
GREEN value IS 158 (62.11% from 255) = 52.15%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=14.85%
G=52.15%
B=33.00%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal451581000.7200.370.38149.255.6739.8
Hex2D9E644802526953828
Octal55236144110045462257050
Binary1011011001111011001001001000010010110011010010101111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,158,100); }

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

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

 a { background-color: rgb(45,158,100); }

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

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

 span { border-color: rgb(45,158,100); }

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