Html Css Color HEX #2AAA40 Chateau Green

📋 copy color: '#2AAA40'

red 42 ◦ green 170 ◦ blue 64

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

Shades of Chateau Green #2AAA40

Tints of Chateau Green #2AAA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.19%

R = 15.22%
G = 61.59%
B = 23.19%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#2AAA40 (or 0x2AAA40) is known color: Chateau Green. HEX triplet: 2A, AA and 40. RGB value is (42,170,64). Sum of RGB (Red+Green+Blue) = 42+170+64=276 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.22% from 276); Green value is 170 (66.80% from 255 or 61.59% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAA40 is #D555BF. Grayscale: #777777. Windows color (decimal): -13981120 or 4237866. OLE color: 4237866.

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

Color convert

RGB 42 170 64 -
CMYK 0.75 0 0.62 0.33
HSL 130.31º 0.6% 0.42% -
HSV(B) 130.31º 0.75% 0.67% -
XYZ 16.25 29.61 9.71 -
YUV 119.64 96.59 72.62 -
System Red Green Blue C M Y K H S L
Decimal 42 170 64 0.75 0 0.62 0.33 130.31 0.6 0.42
Hex 2A AA 40 4B 0 3E 21 82 3C 2A
Octal 52 252 100 113 0 76 41 202 74 52
Binary 101010 10101010 1000000 1001011 0 111110 100001 10000010 111100 101010

Color Harmonies of #2AAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAA40

Black with #2AAA40

Text Example


Text Example

White with #2AAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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