Shades of Chateau Green #2AA53C
Tints of Chateau Green #2AA53C
RGB
CMYK
RGB Variations
Color information
#2AA53C (or 0x2AA53C) is known color: Chateau Green. HEX triplet: 2A, A5 and 3C. RGB value is (42,165,60). Sum of RGB (Red+Green+Blue) = 42+165+60=267 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.73% from 267); Green value is 165 (64.84% from 255 or 61.80% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 165 - color contains mainly: green. Hex color #2AA53C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2AA53C is #D55AC3. Grayscale: #747474. Windows color (decimal): -13982404 or 3974442. OLE color: 3974442.
HSL color Cylindrical-coordinate representation of color #2AA53C: hue angle of 128.78º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AA53C is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 165 | 60 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.35 |
| HSL | 128.78º | 0.59% | 0.41% | - |
| HSV(B) | 128.78º | 0.75% | 0.65% | - |
| XYZ | 15.23 | 27.73 | 8.82 | - |
| YUV | 116.25 | 96.25 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 165 | 60 | 0.75 | 0 | 0.64 | 0.35 | 128.78 | 0.59 | 0.41 |
| Hex | 2A | A5 | 3C | 4B | 0 | 40 | 23 | 81 | 3B | 29 |
| Octal | 52 | 245 | 74 | 113 | 0 | 100 | 43 | 201 | 73 | 51 |
| Binary | 101010 | 10100101 | 111100 | 1001011 | 0 | 1000000 | 100011 | 10000001 | 111011 | 101001 |
Color Harmonies of #2AA53C
Complementary color
Monochromatic Colors of #2AA53C
Black with #2AA53C
Text Example
Text Example
White with #2AA53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA53C; }
p { color: rgb(42,165,60); }
H1.HeaderClassName
{
color: #2AA53C;
}
.AnyTagClassName
{
color: #2AA53C;
}
</style>
background-color css
<style>
a { background-color: #2AA53C; }
a { background-color: rgb(42,165,60); }
div.DivClassName
{
background-color: #2AA53C;
}
.BgClassName
{
background-color: #2AA53C;
}
</style>
border-color css
<style>
span { border-color: #2AA53C; }
span { border-color: rgb(42,165,60); }
td.TdClassName
{
border-color: #2AA53C;
}
.TagClassName
{
border-color: #2AA53C;
}
</style>