#2AB24A

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

Shades of Chateau Green #2AB24A

Tints of Chateau Green #2AB24A

Color information

#2AB24A (or 0x2AB24A) is unknown color: approx Chateau Green. HEX triplet: 2A, B2 and 4A. RGB value is (42,178,74). Sum of RGB (Red+Green+Blue) = 42+178+74=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 178 (69.92% from 255 or 60.54% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB24A is #D54DB5. Grayscale: #7D7D7D. Windows color (decimal): -13979062 or 4895274. OLE color: 4895274.

HSL color Cylindrical-coordinate representation of color #2AB24A: hue angle of 134.12º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AB24A is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB4217874-
CMYK0.7600.580.30
HSL134.12º61.82%43.14%-
HSV(B)134.12º76.4%69.8%-
XYZ18.1132.8311.86-
YUV125.4898.9468.46-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.29%
GREEN value IS 178 (69.92% from 255) = 60.54%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=14.29%
G=60.54%
B=25.17%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal42178740.7600.580.30134.1261.8243.14
Hex2AB24A4C03A1E863e2b
Octal52262112114072362067653
Binary101010101100101001010100110001110101111010000110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,178,74); }

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

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

 a { background-color: rgb(42,178,74); }

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

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

 span { border-color: rgb(42,178,74); }

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