Html Css Color HEX #2EA84A Chateau Green

📋 copy color: '#2EA84A'

red 46 ◦ green 168 ◦ blue 74

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

Shades of Chateau Green #2EA84A

Tints of Chateau Green #2EA84A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 58.33%

 BLUE value IS 74 (29.3% from 255) = 25.69%

R = 15.97%
G = 58.33%
B = 25.69%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.34

RGB Variations

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

Color information

#2EA84A (or 0x2EA84A) is known color: Chateau Green. HEX triplet: 2E, A8 and 4A. RGB value is (46,168,74). Sum of RGB (Red+Green+Blue) = 46+168+74=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 168 (66.02% from 255 or 58.33% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 168 - color contains mainly: green. Hex color #2EA84A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA84A is #D157B5. Grayscale: #797979. Windows color (decimal): -13719478 or 4892718. OLE color: 4892718.

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

Color convert

RGB 46 168 74 -
CMYK 0.73 0 0.56 0.34
HSL 133.77º 0.57% 0.42% -
HSV(B) 133.77º 0.73% 0.66% -
XYZ 16.37 29.08 11.23 -
YUV 120.81 101.58 74.64 -
System Red Green Blue C M Y K H S L
Decimal 46 168 74 0.73 0 0.56 0.34 133.77 0.57 0.42
Hex 2E A8 4A 49 0 38 22 86 39 2A
Octal 56 250 112 111 0 70 42 206 71 52
Binary 101110 10101000 1001010 1001001 0 111000 100010 10000110 111001 101010

Color Harmonies of #2EA84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA84A

Black with #2EA84A

Text Example


Text Example

White with #2EA84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,168,74); }

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

background-color css

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

 a { background-color: rgb(46,168,74); }

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

border-color css

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

 span { border-color: rgb(46,168,74); }

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