Html Css Color HEX #2AAB4D Chateau Green

📋 copy color: '#2AAB4D'

red 42 ◦ green 171 ◦ blue 77

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

Shades of Chateau Green #2AAB4D

Tints of Chateau Green #2AAB4D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 58.97%

 BLUE value IS 77 (30.47% from 255) = 26.55%

R = 14.48%
G = 58.97%
B = 26.55%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#2AAB4D (or 0x2AAB4D) is known color: Chateau Green. HEX triplet: 2A, AB and 4D. RGB value is (42,171,77). Sum of RGB (Red+Green+Blue) = 42+171+77=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 171 (67.19% from 255 or 58.97% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2AAB4D is #D554B2. Grayscale: #797979. Windows color (decimal): -13980851 or 5090090. OLE color: 5090090.

HSL color Cylindrical-coordinate representation of color #2AAB4D: hue angle of 136.28º degrees, saturation: 0.61, 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 #2AAB4D is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 42 171 77 -
CMYK 0.75 0 0.55 0.33
HSL 136.28º 0.61% 0.42% -
HSV(B) 136.28º 0.75% 0.67% -
XYZ 16.86 30.15 11.95 -
YUV 121.71 102.76 71.14 -
System Red Green Blue C M Y K H S L
Decimal 42 171 77 0.75 0 0.55 0.33 136.28 0.61 0.42
Hex 2A AB 4D 4B 0 37 21 88 3D 2A
Octal 52 253 115 113 0 67 41 210 75 52
Binary 101010 10101011 1001101 1001011 0 110111 100001 10001000 111101 101010

Color Harmonies of #2AAB4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAB4D

Black with #2AAB4D

Text Example


Text Example

White with #2AAB4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,171,77); }

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

background-color css

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

 a { background-color: rgb(42,171,77); }

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

border-color css

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

 span { border-color: rgb(42,171,77); }

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