Html Css Color HEX #2EAD56 Chateau Green

📋 copy color: '#2EAD56'

red 46 ◦ green 173 ◦ blue 86

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

Shades of Chateau Green #2EAD56

Tints of Chateau Green #2EAD56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.2%

R = 15.08%
G = 56.72%
B = 28.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.50

 K value IS 0.32

RGB Variations

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

Color information

#2EAD56 (or 0x2EAD56) is known color: Chateau Green. HEX triplet: 2E, AD and 56. RGB value is (46,173,86). Sum of RGB (Red+Green+Blue) = 46+173+86=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #2EAD56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2EAD56 is #D152A9. Grayscale: #7D7D7D. Windows color (decimal): -13718186 or 5680430. OLE color: 5680430.

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

Color convert

RGB 46 173 86 -
CMYK 0.73 0 0.50 0.32
HSL 138.9º 0.58% 0.43% -
HSV(B) 138.9º 0.73% 0.68% -
XYZ 17.75 31.14 13.88 -
YUV 125.11 105.92 71.57 -
System Red Green Blue C M Y K H S L
Decimal 46 173 86 0.73 0 0.50 0.32 138.9 0.58 0.43
Hex 2E AD 56 49 0 32 20 8B 3A 2B
Octal 56 255 126 111 0 62 40 213 72 53
Binary 101110 10101101 1010110 1001001 0 110010 100000 10001011 111010 101011

Color Harmonies of #2EAD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAD56

Black with #2EAD56

Text Example


Text Example

White with #2EAD56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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