Html Css Color HEX #2EA957 Chateau Green

📋 copy color: '#2EA957'

red 46 ◦ green 169 ◦ blue 87

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

Shades of Chateau Green #2EA957

Tints of Chateau Green #2EA957

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.81%

R = 15.23%
G = 55.96%
B = 28.81%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.49

 K value IS 0.34

RGB Variations

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

Color information

#2EA957 (or 0x2EA957) is known color: Chateau Green. HEX triplet: 2E, A9 and 57. RGB value is (46,169,87). Sum of RGB (Red+Green+Blue) = 46+169+87=302 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.23% from 302); Green value is 169 (66.41% from 255 or 55.96% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA957 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EA957 is #D156A8. Grayscale: #7B7B7B. Windows color (decimal): -13719209 or 5744942. OLE color: 5744942.

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

Color convert

RGB 46 169 87 -
CMYK 0.73 0 0.49 0.34
HSL 140º 0.57% 0.42% -
HSV(B) 140º 0.73% 0.66% -
XYZ 17.03 29.64 13.84 -
YUV 122.88 107.75 73.17 -
System Red Green Blue C M Y K H S L
Decimal 46 169 87 0.73 0 0.49 0.34 140 0.57 0.42
Hex 2E A9 57 49 0 31 22 8C 39 2A
Octal 56 251 127 111 0 61 42 214 71 52
Binary 101110 10101001 1010111 1001001 0 110001 100010 10001100 111001 101010

Color Harmonies of #2EA957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA957

Black with #2EA957

Text Example


Text Example

White with #2EA957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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