Html Css Color HEX #2EA249 Chateau Green

📋 copy color: '#2EA249'

red 46 ◦ green 162 ◦ blue 73

#2EA249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #2EA249

Tints of Chateau Green #2EA249

RGB

 RED value IS 46 (18.36% from 255) = 16.37%

 GREEN value IS 162 (63.67% from 255) = 57.65%

 BLUE value IS 73 (28.91% from 255) = 25.98%

R = 16.37%
G = 57.65%
B = 25.98%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#2EA249 (or 0x2EA249) is known color: Chateau Green. HEX triplet: 2E, A2 and 49. RGB value is (46,162,73). Sum of RGB (Red+Green+Blue) = 46+162+73=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 162 (63.67% from 255 or 57.65% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 162 - color contains mainly: green. Hex color #2EA249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA249 is #D15DB6. Grayscale: #757575. Windows color (decimal): -13721015 or 4825646. OLE color: 4825646.

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

Color convert

RGB 46 162 73 -
CMYK 0.72 0 0.55 0.36
HSL 133.97º 0.56% 0.41% -
HSV(B) 133.97º 0.72% 0.64% -
XYZ 15.25 26.9 10.69 -
YUV 117.17 103.07 77.24 -
System Red Green Blue C M Y K H S L
Decimal 46 162 73 0.72 0 0.55 0.36 133.97 0.56 0.41
Hex 2E A2 49 48 0 37 24 86 38 29
Octal 56 242 111 110 0 67 44 206 70 51
Binary 101110 10100010 1001001 1001000 0 110111 100100 10000110 111000 101001

Color Harmonies of #2EA249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA249

Black with #2EA249

Text Example


Text Example

White with #2EA249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EA249;
 }
 .AnyTagClassName
 {
   color: #2EA249;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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