Html Css Color HEX #2EAD5A Chateau Green

📋 copy color: '#2EAD5A'

red 46 ◦ green 173 ◦ blue 90

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

Shades of Chateau Green #2EAD5A

Tints of Chateau Green #2EAD5A

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.99%

 BLUE value IS 90 (35.55% from 255) = 29.13%

R = 14.89%
G = 55.99%
B = 29.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#2EAD5A (or 0x2EAD5A) is known color: Chateau Green. HEX triplet: 2E, AD and 5A. RGB value is (46,173,90). Sum of RGB (Red+Green+Blue) = 46+173+90=309 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.89% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #2EAD5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAD5A is #D152A5. Grayscale: #7D7D7D. Windows color (decimal): -13718182 or 5942574. OLE color: 5942574.

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

Color convert

RGB 46 173 90 -
CMYK 0.73 0 0.48 0.32
HSL 140.79º 0.58% 0.43% -
HSV(B) 140.79º 0.73% 0.68% -
XYZ 17.92 31.21 14.75 -
YUV 125.57 107.92 71.25 -
System Red Green Blue C M Y K H S L
Decimal 46 173 90 0.73 0 0.48 0.32 140.79 0.58 0.43
Hex 2E AD 5A 49 0 30 20 8D 3A 2B
Octal 56 255 132 111 0 60 40 215 72 53
Binary 101110 10101101 1011010 1001001 0 110000 100000 10001101 111010 101011

Color Harmonies of #2EAD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAD5A

Black with #2EAD5A

Text Example


Text Example

White with #2EAD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,173,90); }

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

background-color css

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

 a { background-color: rgb(46,173,90); }

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

border-color css

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

 span { border-color: rgb(46,173,90); }

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