Html Css Color HEX #2EA03D Chateau Green

📋 copy color: '#2EA03D'

red 46 ◦ green 160 ◦ blue 61

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

Shades of Chateau Green #2EA03D

Tints of Chateau Green #2EA03D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 59.93%

 BLUE value IS 61 (24.22% from 255) = 22.85%

R = 17.23%
G = 59.93%
B = 22.85%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#2EA03D (or 0x2EA03D) is known color: Chateau Green. HEX triplet: 2E, A0 and 3D. RGB value is (46,160,61). Sum of RGB (Red+Green+Blue) = 46+160+61=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 160 (62.89% from 255 or 59.93% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 160 - color contains mainly: green. Hex color #2EA03D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EA03D is #D15FC2. Grayscale: #727272. Windows color (decimal): -13721539 or 4038702. OLE color: 4038702.

HSL color Cylindrical-coordinate representation of color #2EA03D: hue angle of 127.89º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2EA03D is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 46 160 61 -
CMYK 0.71 0 0.62 0.37
HSL 127.89º 0.55% 0.4% -
HSV(B) 127.89º 0.71% 0.63% -
XYZ 14.54 26.06 8.68 -
YUV 114.63 97.73 79.05 -
System Red Green Blue C M Y K H S L
Decimal 46 160 61 0.71 0 0.62 0.37 127.89 0.55 0.4
Hex 2E A0 3D 47 0 3E 25 80 37 28
Octal 56 240 75 107 0 76 45 200 67 50
Binary 101110 10100000 111101 1000111 0 111110 100101 10000000 110111 101000

Color Harmonies of #2EA03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EA03D

Black with #2EA03D

Text Example


Text Example

White with #2EA03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,160,61); }

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

background-color css

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

 a { background-color: rgb(46,160,61); }

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

border-color css

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

 span { border-color: rgb(46,160,61); }

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