#2AB44F

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

Shades of Chateau Green #2AB44F

Tints of Chateau Green #2AB44F

Color information

#2AB44F (or 0x2AB44F) is unknown color: approx Chateau Green. HEX triplet: 2A, B4 and 4F. RGB value is (42,180,79). Sum of RGB (Red+Green+Blue) = 42+180+79=301 (39% of max value = 765). Red value is 42 (16.80% from 255 or 13.95% from 301); Green value is 180 (70.70% from 255 or 59.80% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB44F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2AB44F is #D54BB0. Grayscale: #7F7F7F. Windows color (decimal): -13978545 or 5223466. OLE color: 5223466.

HSL color Cylindrical-coordinate representation of color #2AB44F: hue angle of 136.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB44F is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB4218079-
CMYK0.7700.560.29
HSL136.09º62.16%43.53%-
HSV(B)136.09º76.67%70.59%-
XYZ18.6933.712.92-
YUV127.22100.7867.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.95%
GREEN value IS 180 (70.70% from 255) = 59.80%
BLUE value IS 79 (31.25% from 255) = 26.25%
R=13.95%
G=59.80%
B=26.25%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal42180790.7700.560.29136.0962.1643.53
Hex2AB44F4D0381D883e2c
Octal52264117115070352107654
Binary101010101101001001111100110101110001110110001000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AB44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,180,79); }

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

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

 a { background-color: rgb(42,180,79); }

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

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

 span { border-color: rgb(42,180,79); }

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