#2AB14B

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

Shades of Chateau Green #2AB14B

Tints of Chateau Green #2AB14B

Color information

#2AB14B (or 0x2AB14B) is unknown color: approx Chateau Green. HEX triplet: 2A, B1 and 4B. RGB value is (42,177,75). Sum of RGB (Red+Green+Blue) = 42+177+75=294 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.29% from 294); Green value is 177 (69.53% from 255 or 60.20% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB14B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AB14B is #D54EB4. Grayscale: #7D7D7D. Windows color (decimal): -13979317 or 4960554. OLE color: 4960554.

HSL color Cylindrical-coordinate representation of color #2AB14B: hue angle of 134.67º 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 #2AB14B is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB4217775-
CMYK0.7600.580.31
HSL134.67º61.64%42.94%-
HSV(B)134.67º76.27%69.41%-
XYZ17.9532.4411.97-
YUV125.0199.7768.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.29%
GREEN value IS 177 (69.53% from 255) = 60.20%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=14.29%
G=60.20%
B=25.51%

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
Decimal42177750.7600.580.31134.6761.6442.94
Hex2AB14B4C03A1F873e2b
Octal52261113114072372077653
Binary101010101100011001011100110001110101111110000111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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