#2C9D64

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

Shades of Eucalyptus #2C9D64

Tints of Eucalyptus #2C9D64

Color information

#2C9D64 (or 0x2C9D64) is unknown color: approx Eucalyptus. HEX triplet: 2C, 9D and 64. RGB value is (44,157,100). Sum of RGB (Red+Green+Blue) = 44+157+100=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #2C9D64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9D64 is #D3629B. Grayscale: #747474. Windows color (decimal): -13853340 or 6593836. OLE color: 6593836.

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

Color convert

RGB44157100-
CMYK0.7200.360.38
HSL149.73º56.22%39.41%-
HSV(B)149.73º71.97%61.57%-
XYZ15.425.5716.18-
YUV116.72118.5676.13-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.62%
GREEN value IS 157 (61.72% from 255) = 52.16%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=14.62%
G=52.16%
B=33.22%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal441571000.7200.360.38149.7356.2239.41
Hex2C9D644802426963827
Octal54235144110044462267047
Binary1011001001110111001001001000010010010011010010110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,157,100); }

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

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

 a { background-color: rgb(44,157,100); }

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

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

 span { border-color: rgb(44,157,100); }

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