Html Css Color HEX #2AAA47 Chateau Green

📋 copy color: '#2AAA47'

red 42 ◦ green 170 ◦ blue 71

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

Shades of Chateau Green #2AAA47

Tints of Chateau Green #2AAA47

RGB

 RED value IS 42 (16.8% from 255) = 14.84%

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

 BLUE value IS 71 (28.13% from 255) = 25.09%

R = 14.84%
G = 60.07%
B = 25.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#2AAA47 (or 0x2AAA47) is known color: Chateau Green. HEX triplet: 2A, AA and 47. RGB value is (42,170,71). Sum of RGB (Red+Green+Blue) = 42+170+71=283 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.84% from 283); Green value is 170 (66.80% from 255 or 60.07% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAA47 is #D555B8. Grayscale: #787878. Windows color (decimal): -13981113 or 4696618. OLE color: 4696618.

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

Color convert

RGB 42 170 71 -
CMYK 0.75 0 0.58 0.33
HSL 133.59º 0.6% 0.42% -
HSV(B) 133.59º 0.75% 0.67% -
XYZ 16.47 29.7 10.83 -
YUV 120.44 100.09 72.05 -
System Red Green Blue C M Y K H S L
Decimal 42 170 71 0.75 0 0.58 0.33 133.59 0.6 0.42
Hex 2A AA 47 4B 0 3A 21 86 3C 2A
Octal 52 252 107 113 0 72 41 206 74 52
Binary 101010 10101010 1000111 1001011 0 111010 100001 10000110 111100 101010

Color Harmonies of #2AAA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAA47

Black with #2AAA47

Text Example


Text Example

White with #2AAA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,170,71); }

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

background-color css

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

 a { background-color: rgb(42,170,71); }

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

border-color css

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

 span { border-color: rgb(42,170,71); }

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