Html Css Color HEX #2AAC49 Chateau Green

📋 copy color: '#2AAC49'

red 42 ◦ green 172 ◦ blue 73

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

Shades of Chateau Green #2AAC49

Tints of Chateau Green #2AAC49

RGB

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

 GREEN value IS 172 (67.58% from 255) = 59.93%

 BLUE value IS 73 (28.91% from 255) = 25.44%

R = 14.63%
G = 59.93%
B = 25.44%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#2AAC49 (or 0x2AAC49) is known color: Chateau Green. HEX triplet: 2A, AC and 49. RGB value is (42,172,73). Sum of RGB (Red+Green+Blue) = 42+172+73=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 172 (67.58% from 255 or 59.93% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAC49 is #D553B6. Grayscale: #7A7A7A. Windows color (decimal): -13980599 or 4828202. OLE color: 4828202.

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

Color convert

RGB 42 172 73 -
CMYK 0.76 0 0.58 0.33
HSL 134.31º 0.61% 0.42% -
HSV(B) 134.31º 0.76% 0.67% -
XYZ 16.91 30.48 11.29 -
YUV 121.84 100.43 71.05 -
System Red Green Blue C M Y K H S L
Decimal 42 172 73 0.76 0 0.58 0.33 134.31 0.61 0.42
Hex 2A AC 49 4C 0 3A 21 86 3D 2A
Octal 52 254 111 114 0 72 41 206 75 52
Binary 101010 10101100 1001001 1001100 0 111010 100001 10000110 111101 101010

Color Harmonies of #2AAC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAC49

Black with #2AAC49

Text Example


Text Example

White with #2AAC49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,172,73); }

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

background-color css

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

 a { background-color: rgb(42,172,73); }

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

border-color css

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

 span { border-color: rgb(42,172,73); }

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