#2EA248

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

Shades of Chateau Green #2EA248

Tints of Chateau Green #2EA248

Color information

#2EA248 (or 0x2EA248) is unknown color: approx Chateau Green. HEX triplet: 2E, A2 and 48. RGB value is (46,162,72). Sum of RGB (Red+Green+Blue) = 46+162+72=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 162 (63.67% from 255 or 57.86% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA248 is #D15DB7. Grayscale: #757575. Windows color (decimal): -13721016 or 4760110. OLE color: 4760110.

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

Color convert

RGB4616272-
CMYK0.7200.560.36
HSL133.45º55.77%40.78%-
HSV(B)133.45º71.6%63.53%-
XYZ15.2226.8910.52-
YUV117.06102.5777.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 16.43%
GREEN value IS 162 (63.67% from 255) = 57.86%
BLUE value IS 72 (28.52% from 255) = 25.71%
R=16.43%
G=57.86%
B=25.71%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal46162720.7200.560.36133.4555.7740.78
Hex2EA2484803824853829
Octal56242110110070442057051
Binary1011101010001010010001001000011100010010010000101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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