Html Css Color HEX #2AAA41 Chateau Green

📋 copy color: '#2AAA41'

red 42 ◦ green 170 ◦ blue 65

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

Shades of Chateau Green #2AAA41

Tints of Chateau Green #2AAA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.47%

R = 15.16%
G = 61.37%
B = 23.47%

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

#2AAA41 (or 0x2AAA41) is known color: Chateau Green. HEX triplet: 2A, AA and 41. RGB value is (42,170,65). Sum of RGB (Red+Green+Blue) = 42+170+65=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 170 (66.80% from 255 or 61.37% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 170 - color contains mainly: green. Hex color #2AAA41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAA41 is #D555BE. Grayscale: #787878. Windows color (decimal): -13981119 or 4303402. OLE color: 4303402.

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

Color convert

RGB 42 170 65 -
CMYK 0.75 0 0.62 0.33
HSL 130.78º 0.6% 0.42% -
HSV(B) 130.78º 0.75% 0.67% -
XYZ 16.28 29.62 9.86 -
YUV 119.76 97.09 72.54 -
System Red Green Blue C M Y K H S L
Decimal 42 170 65 0.75 0 0.62 0.33 130.78 0.6 0.42
Hex 2A AA 41 4B 0 3E 21 83 3C 2A
Octal 52 252 101 113 0 76 41 203 74 52
Binary 101010 10101010 1000001 1001011 0 111110 100001 10000011 111100 101010

Color Harmonies of #2AAA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AAA41

Black with #2AAA41

Text Example


Text Example

White with #2AAA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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