#2AAB41

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

Shades of Chateau Green #2AAB41

Tints of Chateau Green #2AAB41

Color information

#2AAB41 (or 0x2AAB41) is unknown color: approx Chateau Green. HEX triplet: 2A, AB and 41. RGB value is (42,171,65). Sum of RGB (Red+Green+Blue) = 42+171+65=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 171 (67.19% from 255 or 61.51% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 171 - color contains mainly: green. Hex color #2AAB41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AAB41 is #D554BE. Grayscale: #787878. Windows color (decimal): -13980863 or 4303658. OLE color: 4303658.

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

Color convert

RGB4217165-
CMYK0.7500.620.33
HSL130.7º60.56%41.76%-
HSV(B)130.7º75.44%67.06%-
XYZ16.47309.92-
YUV120.3496.7672.12-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.11%
GREEN value IS 171 (67.19% from 255) = 61.51%
BLUE value IS 65 (25.78% from 255) = 23.38%
R=15.11%
G=61.51%
B=23.38%

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
Decimal42171650.7500.620.33130.760.5641.76
Hex2AAB414B03E21833d2a
Octal52253101113076412037552
Binary1010101010101110000011001011011111010000110000011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AAB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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