#2AAB42

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

Shades of Chateau Green #2AAB42

Tints of Chateau Green #2AAB42

Color information

#2AAB42 (or 0x2AAB42) is unknown color: approx Chateau Green. HEX triplet: 2A, AB and 42. RGB value is (42,171,66). Sum of RGB (Red+Green+Blue) = 42+171+66=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 171 (67.19% from 255 or 61.29% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAB42 is #D554BD. Grayscale: #787878. Windows color (decimal): -13980862 or 4369194. OLE color: 4369194.

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

Color convert

RGB4217166-
CMYK0.7500.610.33
HSL131.16º60.56%41.76%-
HSV(B)131.16º75.44%67.06%-
XYZ16.530.0110.08-
YUV120.4697.2672.04-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.05%
GREEN value IS 171 (67.19% from 255) = 61.29%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=15.05%
G=61.29%
B=23.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal42171660.7500.610.33131.1660.5641.76
Hex2AAB424B03D21833d2a
Octal52253102113075412037552
Binary1010101010101110000101001011011110110000110000011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2AAB42;
 }
 .AnyTagClassName
 {
   color: #2AAB42;
 }
</style>
background-color css

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

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

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

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

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

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