#2C9D55

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

Shades of Eucalyptus #2C9D55

Tints of Eucalyptus #2C9D55

Color information

#2C9D55 (or 0x2C9D55) is unknown color: approx Eucalyptus. HEX triplet: 2C, 9D and 55. RGB value is (44,157,85). Sum of RGB (Red+Green+Blue) = 44+157+85=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 157 (61.72% from 255 or 54.90% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 157 - color contains mainly: green. Hex color #2C9D55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9D55 is #D362AA. Grayscale: #737373. Windows color (decimal): -13853355 or 5610796. OLE color: 5610796.

HSL color Cylindrical-coordinate representation of color #2C9D55: hue angle of 141.77º 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 #2C9D55 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB4415785-
CMYK0.7200.460.38
HSL141.77º56.22%39.41%-
HSV(B)141.77º71.97%61.57%-
XYZ14.7425.3112.7-
YUV115111.0677.35-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.38%
GREEN value IS 157 (61.72% from 255) = 54.90%
BLUE value IS 85 (33.59% from 255) = 29.72%
R=15.38%
G=54.90%
B=29.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal44157850.7200.460.38141.7756.2239.41
Hex2C9D554802E268e3827
Octal54235125110056462167047
Binary1011001001110110101011001000010111010011010001110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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