Html Css Color HEX #2EA942 Chateau Green

📋 copy color: '#2EA942'

red 46 ◦ green 169 ◦ blue 66

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

Shades of Chateau Green #2EA942

Tints of Chateau Green #2EA942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.49%

R = 16.37%
G = 60.14%
B = 23.49%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#2EA942 (or 0x2EA942) is known color: Chateau Green. HEX triplet: 2E, A9 and 42. RGB value is (46,169,66). Sum of RGB (Red+Green+Blue) = 46+169+66=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 169 (66.41% from 255 or 60.14% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 169 - color contains mainly: green. Hex color #2EA942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA942 is #D156BD. Grayscale: #787878. Windows color (decimal): -13719230 or 4368686. OLE color: 4368686.

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

Color convert

RGB 46 169 66 -
CMYK 0.73 0 0.61 0.34
HSL 129.76º 0.57% 0.42% -
HSV(B) 129.76º 0.73% 0.66% -
XYZ 16.3 29.35 9.96 -
YUV 120.48 97.25 74.88 -
System Red Green Blue C M Y K H S L
Decimal 46 169 66 0.73 0 0.61 0.34 129.76 0.57 0.42
Hex 2E A9 42 49 0 3D 22 82 39 2A
Octal 56 251 102 111 0 75 42 202 71 52
Binary 101110 10101001 1000010 1001001 0 111101 100010 10000010 111001 101010

Color Harmonies of #2EA942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA942

Black with #2EA942

Text Example


Text Example

White with #2EA942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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