#2EA956

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

Shades of Chateau Green #2EA956

Tints of Chateau Green #2EA956

Color information

#2EA956 (or 0x2EA956) is unknown color: approx Chateau Green. HEX triplet: 2E, A9 and 56. RGB value is (46,169,86). Sum of RGB (Red+Green+Blue) = 46+169+86=301 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.28% from 301); Green value is 169 (66.41% from 255 or 56.15% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA956 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA956 is #D156A9. Grayscale: #7A7A7A. Windows color (decimal): -13719210 or 5679406. OLE color: 5679406.

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

Color convert

RGB4616986-
CMYK0.7300.490.34
HSL139.51º57.21%42.16%-
HSV(B)139.51º72.78%66.27%-
XYZ16.9929.6313.63-
YUV122.76107.2573.25-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.28%
GREEN value IS 169 (66.41% from 255) = 56.15%
BLUE value IS 86 (33.98% from 255) = 28.57%
R=15.28%
G=56.15%
B=28.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal46169860.7300.490.34139.5157.2142.16
Hex2EA95649031228c392a
Octal56251126111061422147152
Binary1011101010100110101101001001011000110001010001100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,169,86); }

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

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

 a { background-color: rgb(46,169,86); }

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

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

 span { border-color: rgb(46,169,86); }

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