Html Css Color HEX #2EAA4B Chateau Green

📋 copy color: '#2EAA4B'

red 46 ◦ green 170 ◦ blue 75

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

Shades of Chateau Green #2EAA4B

Tints of Chateau Green #2EAA4B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 58.42%

 BLUE value IS 75 (29.69% from 255) = 25.77%

R = 15.81%
G = 58.42%
B = 25.77%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#2EAA4B (or 0x2EAA4B) is known color: Chateau Green. HEX triplet: 2E, AA and 4B. RGB value is (46,170,75). Sum of RGB (Red+Green+Blue) = 46+170+75=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #2EAA4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EAA4B is #D155B4. Grayscale: #7A7A7A. Windows color (decimal): -13718965 or 4958766. OLE color: 4958766.

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

Color convert

RGB 46 170 75 -
CMYK 0.73 0 0.56 0.33
HSL 134.03º 0.57% 0.42% -
HSV(B) 134.03º 0.73% 0.67% -
XYZ 16.77 29.84 11.53 -
YUV 122.09 101.42 73.72 -
System Red Green Blue C M Y K H S L
Decimal 46 170 75 0.73 0 0.56 0.33 134.03 0.57 0.42
Hex 2E AA 4B 49 0 38 21 86 39 2A
Octal 56 252 113 111 0 70 41 206 71 52
Binary 101110 10101010 1001011 1001001 0 111000 100001 10000110 111001 101010

Color Harmonies of #2EAA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EAA4B

Black with #2EAA4B

Text Example


Text Example

White with #2EAA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,170,75); }

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

background-color css

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

 a { background-color: rgb(46,170,75); }

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

border-color css

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

 span { border-color: rgb(46,170,75); }

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