#2EA251

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

Shades of Chateau Green #2EA251

Tints of Chateau Green #2EA251

Color information

#2EA251 (or 0x2EA251) is unknown color: approx Chateau Green. HEX triplet: 2E, A2 and 51. RGB value is (46,162,81). Sum of RGB (Red+Green+Blue) = 46+162+81=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 81 (32.03% from 255 or 28.03% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA251 is #D15DAE. Grayscale: #767676. Windows color (decimal): -13721007 or 5349934. OLE color: 5349934.

HSL color Cylindrical-coordinate representation of color #2EA251: hue angle of 138.1º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2EA251 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB4616281-
CMYK0.7200.500.36
HSL138.1º55.77%40.78%-
HSV(B)138.1º71.6%63.53%-
XYZ15.5327.0212.18-
YUV118.08107.0776.59-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.92%
GREEN value IS 162 (63.67% from 255) = 56.06%
BLUE value IS 81 (32.03% from 255) = 28.03%
R=15.92%
G=56.06%
B=28.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal46162810.7200.500.36138.155.7740.78
Hex2EA25148032248a3829
Octal56242121110062442127051
Binary1011101010001010100011001000011001010010010001010111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,162,81); }

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

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

 a { background-color: rgb(46,162,81); }

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

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

 span { border-color: rgb(46,162,81); }

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