#2AA848

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

Shades of Chateau Green #2AA848

Tints of Chateau Green #2AA848

Color information

#2AA848 (or 0x2AA848) is unknown color: approx Chateau Green. HEX triplet: 2A, A8 and 48. RGB value is (42,168,72). Sum of RGB (Red+Green+Blue) = 42+168+72=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 168 (66.02% from 255 or 59.57% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 168 - color contains mainly: green. Hex color #2AA848 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA848 is #D557B7. Grayscale: #777777. Windows color (decimal): -13981624 or 4761642. OLE color: 4761642.

HSL color Cylindrical-coordinate representation of color #2AA848: hue angle of 134.29º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA848 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB4216872-
CMYK0.7500.570.34
HSL134.29º60%41.18%-
HSV(B)134.29º75%65.88%-
XYZ16.1328.9710.87-
YUV119.38101.2672.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.89%
GREEN value IS 168 (66.02% from 255) = 59.57%
BLUE value IS 72 (28.52% from 255) = 25.53%
R=14.89%
G=59.57%
B=25.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal42168720.7500.570.34134.296041.18
Hex2AA8484B03922863c29
Octal52250110113071422067451
Binary1010101010100010010001001011011100110001010000110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AA848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,168,72); }

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

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

 a { background-color: rgb(42,168,72); }

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

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

 span { border-color: rgb(42,168,72); }

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