#2EAA52

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

Shades of Chateau Green #2EAA52

Tints of Chateau Green #2EAA52

Color information

#2EAA52 (or 0x2EAA52) is unknown color: approx Chateau Green. HEX triplet: 2E, AA and 52. RGB value is (46,170,82). Sum of RGB (Red+Green+Blue) = 46+170+82=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 170 (66.80% from 255 or 57.05% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAA52 is #D155AD. Grayscale: #7B7B7B. Windows color (decimal): -13718958 or 5417518. OLE color: 5417518.

HSL color Cylindrical-coordinate representation of color #2EAA52: hue angle of 137.42º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAA52 is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB4617082-
CMYK0.7300.520.33
HSL137.42º57.41%42.35%-
HSV(B)137.42º72.94%66.67%-
XYZ17.0229.9412.86-
YUV122.89104.9273.16-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.44%
GREEN value IS 170 (66.80% from 255) = 57.05%
BLUE value IS 82 (32.42% from 255) = 27.52%
R=15.44%
G=57.05%
B=27.52%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal46170820.7300.520.33137.4257.4142.35
Hex2EAA52490342189392a
Octal56252122111064412117152
Binary1011101010101010100101001001011010010000110001001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EAA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,170,82); }

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

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

 a { background-color: rgb(46,170,82); }

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

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

 span { border-color: rgb(46,170,82); }

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