#2D9E52

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

Shades of Eucalyptus #2D9E52

Tints of Eucalyptus #2D9E52

Color information

#2D9E52 (or 0x2D9E52) is unknown color: approx Eucalyptus. HEX triplet: 2D, 9E and 52. RGB value is (45,158,82). Sum of RGB (Red+Green+Blue) = 45+158+82=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 158 (62.11% from 255 or 55.44% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 158 - color contains mainly: green. Hex color #2D9E52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9E52 is #D261AD. Grayscale: #737373. Windows color (decimal): -13787566 or 5414445. OLE color: 5414445.

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

Color convert

RGB4515882-
CMYK0.7200.480.38
HSL139.65º55.67%39.8%-
HSV(B)139.65º71.52%61.96%-
XYZ14.8325.6212.15-
YUV115.55109.0677.68-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.79%
GREEN value IS 158 (62.11% from 255) = 55.44%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=15.79%
G=55.44%
B=28.77%

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
Decimal45158820.7200.480.38139.6555.6739.8
Hex2D9E5248030268c3828
Octal55236122110060462147050
Binary1011011001111010100101001000011000010011010001100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D9E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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