#2EA953

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

Shades of Chateau Green #2EA953

Tints of Chateau Green #2EA953

Color information

#2EA953 (or 0x2EA953) is unknown color: approx Chateau Green. HEX triplet: 2E, A9 and 53. RGB value is (46,169,83). Sum of RGB (Red+Green+Blue) = 46+169+83=298 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.44% from 298); Green value is 169 (66.41% from 255 or 56.71% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA953 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA953 is #D156AC. Grayscale: #7A7A7A. Windows color (decimal): -13719213 or 5482798. OLE color: 5482798.

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

Color convert

RGB4616983-
CMYK0.7300.510.34
HSL138.05º57.21%42.16%-
HSV(B)138.05º72.78%66.27%-
XYZ16.8829.5813-
YUV122.42105.7573.49-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.44%
GREEN value IS 169 (66.41% from 255) = 56.71%
BLUE value IS 83 (32.81% from 255) = 27.85%
R=15.44%
G=56.71%
B=27.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal46169830.7300.510.34138.0557.2142.16
Hex2EA95349033228a392a
Octal56251123111063422127152
Binary1011101010100110100111001001011001110001010001010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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