#2ca153

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

Shades of Eucalyptus #2CA153

Tints of Eucalyptus #2CA153

Color information

#2CA153 (or 0x2CA153) is unknown color: approx Eucalyptus. HEX triplet: 2C, A1 and 53. RGB value is (44,161,83). Sum of RGB (Red+Green+Blue) = 44+161+83=288 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.28% from 288); Green value is 161 (63.28% from 255 or 55.90% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 161 - color contains mainly: green. Hex color #2CA153 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA153 is #D35EAC. Grayscale: #757575. Windows color (decimal): -13852333 or 5480748. OLE color: 5480748.

HSL color Cylindrical-coordinate representation of color #2CA153: hue angle of 140º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA153 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB4416183-
CMYK0.7300.480.37
HSL140º57.07%40.2%-
HSV(B)140º72.67%63.14%-
XYZ15.3426.6512.52-
YUV117.12108.7475.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.28%
GREEN value IS 161 (63.28% from 255) = 55.90%
BLUE value IS 83 (32.81% from 255) = 28.82%
R=15.28%
G=55.90%
B=28.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal44161830.7300.480.3714057.0740.2
Hex2CA15349030258c3928
Octal54241123111060452147150
Binary1011001010000110100111001001011000010010110001100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ca153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,161,83); }

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

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

 a { background-color: rgb(44,161,83); }

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

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

 span { border-color: rgb(44,161,83); }

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