Html Css Color HEX #2EA952 Chateau Green

📋 copy color: '#2EA952'

red 46 ◦ green 169 ◦ blue 82

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

Shades of Chateau Green #2EA952

Tints of Chateau Green #2EA952

RGB

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

 GREEN value IS 169 (66.41% from 255) = 56.9%

 BLUE value IS 82 (32.42% from 255) = 27.61%

R = 15.49%
G = 56.9%
B = 27.61%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.51

 K value IS 0.34

RGB Variations

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

Color information

#2EA952 (or 0x2EA952) is known color: Chateau Green. HEX triplet: 2E, A9 and 52. RGB value is (46,169,82). Sum of RGB (Red+Green+Blue) = 46+169+82=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 169 (66.41% from 255 or 56.90% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA952 is #D156AD. Grayscale: #7A7A7A. Windows color (decimal): -13719214 or 5417262. OLE color: 5417262.

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

Color convert

RGB 46 169 82 -
CMYK 0.73 0 0.51 0.34
HSL 137.56º 0.57% 0.42% -
HSV(B) 137.56º 0.73% 0.66% -
XYZ 16.84 29.57 12.8 -
YUV 122.31 105.25 73.57 -
System Red Green Blue C M Y K H S L
Decimal 46 169 82 0.73 0 0.51 0.34 137.56 0.57 0.42
Hex 2E A9 52 49 0 33 22 8A 39 2A
Octal 56 251 122 111 0 63 42 212 71 52
Binary 101110 10101001 1010010 1001001 0 110011 100010 10001010 111001 101010

Color Harmonies of #2EA952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA952

Black with #2EA952

Text Example


Text Example

White with #2EA952

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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