#2aaa41

Color #2AAA41 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #2AAA41

Tints of Chateau Green #2AAA41

Color information

#2AAA41 (or 0x2AAA41) is unknown color: approx 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

RGB4217065-
CMYK0.7500.620.33
HSL130.78º60.38%41.57%-
HSV(B)130.78º75.29%66.67%-
XYZ16.2829.629.86-
YUV119.7697.0972.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.16%
GREEN value IS 170 (66.80% 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 (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42170650.7500.620.33130.7860.3841.57
Hex2AAA414B03E21833c2a
Octal52252101113076412037452
Binary1010101010101010000011001011011111010000110000011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2aaa41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>