#2CA162

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

Shades of Eucalyptus #2CA162

Tints of Eucalyptus #2CA162

Color information

#2CA162 (or 0x2CA162) is unknown color: approx Eucalyptus. HEX triplet: 2C, A1 and 62. RGB value is (44,161,98). Sum of RGB (Red+Green+Blue) = 44+161+98=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #2CA162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA162 is #D35E9D. Grayscale: #767676. Windows color (decimal): -13852318 or 6463788. OLE color: 6463788.

HSL color Cylindrical-coordinate representation of color #2CA162: hue angle of 147.69º 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 #2CA162 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB4416198-
CMYK0.7300.390.37
HSL147.69º57.07%40.2%-
HSV(B)147.69º72.67%63.14%-
XYZ15.9926.9115.91-
YUV118.83116.2474.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.52%
GREEN value IS 161 (63.28% from 255) = 53.14%
BLUE value IS 98 (38.67% from 255) = 32.34%
R=14.52%
G=53.14%
B=32.34%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal44161980.7300.390.37147.6957.0740.2
Hex2CA1624902725943928
Octal54241142111047452247150
Binary1011001010000111000101001001010011110010110010100111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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