Html Css Color HEX #2AAC50 Chateau Green

📋 copy color: '#2AAC50'

red 42 ◦ green 172 ◦ blue 80

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

Shades of Chateau Green #2AAC50

Tints of Chateau Green #2AAC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.21%

R = 14.29%
G = 58.5%
B = 27.21%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#2AAC50 (or 0x2AAC50) is known color: Chateau Green. HEX triplet: 2A, AC and 50. RGB value is (42,172,80). Sum of RGB (Red+Green+Blue) = 42+172+80=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 172 (67.58% from 255 or 58.50% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 172 - color contains mainly: green. Hex color #2AAC50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAC50 is #D553AF. Grayscale: #7A7A7A. Windows color (decimal): -13980592 or 5286954. OLE color: 5286954.

HSL color Cylindrical-coordinate representation of color #2AAC50: hue angle of 137.54º 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 #2AAC50 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 172 80 -
CMYK 0.76 0 0.53 0.33
HSL 137.54º 0.61% 0.42% -
HSV(B) 137.54º 0.76% 0.67% -
XYZ 17.16 30.58 12.59 -
YUV 122.64 103.93 70.48 -
System Red Green Blue C M Y K H S L
Decimal 42 172 80 0.76 0 0.53 0.33 137.54 0.61 0.42
Hex 2A AC 50 4C 0 35 21 8A 3D 2A
Octal 52 254 120 114 0 65 41 212 75 52
Binary 101010 10101100 1010000 1001100 0 110101 100001 10001010 111101 101010

Color Harmonies of #2AAC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAC50

Black with #2AAC50

Text Example


Text Example

White with #2AAC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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