#2AB14A

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

Shades of Chateau Green #2AB14A

Tints of Chateau Green #2AB14A

Color information

#2AB14A (or 0x2AB14A) is unknown color: approx Chateau Green. HEX triplet: 2A, B1 and 4A. RGB value is (42,177,74). Sum of RGB (Red+Green+Blue) = 42+177+74=293 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.33% from 293); Green value is 177 (69.53% from 255 or 60.41% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB14A is #D54EB5. Grayscale: #7D7D7D. Windows color (decimal): -13979318 or 4895018. OLE color: 4895018.

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

Color convert

RGB4217774-
CMYK0.7600.580.31
HSL134.22º61.64%42.94%-
HSV(B)134.22º76.27%69.41%-
XYZ17.9132.4311.79-
YUV124.8999.2768.88-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.33%
GREEN value IS 177 (69.53% from 255) = 60.41%
BLUE value IS 74 (29.30% from 255) = 25.26%
R=14.33%
G=60.41%
B=25.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal42177740.7600.580.31134.2261.6442.94
Hex2AB14A4C03A1F863e2b
Octal52261112114072372067653
Binary101010101100011001010100110001110101111110000110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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