Html Css Color HEX #2EAB4D Chateau Green

📋 copy color: '#2EAB4D'

red 46 ◦ green 171 ◦ blue 77

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

Shades of Chateau Green #2EAB4D

Tints of Chateau Green #2EAB4D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 58.16%

 BLUE value IS 77 (30.47% from 255) = 26.19%

R = 15.65%
G = 58.16%
B = 26.19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#2EAB4D (or 0x2EAB4D) is known color: Chateau Green. HEX triplet: 2E, AB and 4D. RGB value is (46,171,77). Sum of RGB (Red+Green+Blue) = 46+171+77=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 171 (67.19% from 255 or 58.16% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 171 - color contains mainly: green. Hex color #2EAB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAB4D is #D154B2. Grayscale: #7B7B7B. Windows color (decimal): -13718707 or 5090094. OLE color: 5090094.

HSL color Cylindrical-coordinate representation of color #2EAB4D: hue angle of 134.88º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2EAB4D is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 171 77 -
CMYK 0.73 0 0.55 0.33
HSL 134.88º 0.58% 0.43% -
HSV(B) 134.88º 0.73% 0.67% -
XYZ 17.03 30.24 11.96 -
YUV 122.91 102.09 73.14 -
System Red Green Blue C M Y K H S L
Decimal 46 171 77 0.73 0 0.55 0.33 134.88 0.58 0.43
Hex 2E AB 4D 49 0 37 21 87 3A 2B
Octal 56 253 115 111 0 67 41 207 72 53
Binary 101110 10101011 1001101 1001001 0 110111 100001 10000111 111010 101011

Color Harmonies of #2EAB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAB4D

Black with #2EAB4D

Text Example


Text Example

White with #2EAB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,171,77); }

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

background-color css

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

 a { background-color: rgb(46,171,77); }

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

border-color css

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

 span { border-color: rgb(46,171,77); }

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