#2C9E52

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

Shades of Eucalyptus #2C9E52

Tints of Eucalyptus #2C9E52

Color information

#2C9E52 (or 0x2C9E52) is unknown color: approx Eucalyptus. HEX triplet: 2C, 9E and 52. RGB value is (44,158,82). Sum of RGB (Red+Green+Blue) = 44+158+82=284 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.49% from 284); Green value is 158 (62.11% from 255 or 55.63% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 158 - color contains mainly: green. Hex color #2C9E52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9E52 is #D361AD. Grayscale: #737373. Windows color (decimal): -13853102 or 5414444. OLE color: 5414444.

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

Color convert

RGB4415882-
CMYK0.7200.480.38
HSL140º56.44%39.61%-
HSV(B)140º72.15%61.96%-
XYZ14.7925.612.14-
YUV115.25109.2377.18-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.49%
GREEN value IS 158 (62.11% from 255) = 55.63%
BLUE value IS 82 (32.42% from 255) = 28.87%
R=15.49%
G=55.63%
B=28.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal44158820.7200.480.3814056.4439.61
Hex2C9E5248030268c3828
Octal54236122110060462147050
Binary1011001001111010100101001000011000010011010001100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C9E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,158,82); }

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

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

 a { background-color: rgb(44,158,82); }

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

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

 span { border-color: rgb(44,158,82); }

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