Shades of Chateau Green #27AA40
Tints of Chateau Green #27AA40
RGB
CMYK
RGB Variations
Color information
#27AA40 (or 0x27AA40) is known color: Chateau Green. HEX triplet: 27, AA and 40. RGB value is (39,170,64). Sum of RGB (Red+Green+Blue) = 39+170+64=273 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.29% from 273); Green value is 170 (66.80% from 255 or 62.27% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 170 - color contains mainly: green. Hex color #27AA40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27AA40 is #D855BF. Grayscale: #777777. Windows color (decimal): -14177728 or 4237863. OLE color: 4237863.
HSL color Cylindrical-coordinate representation of color #27AA40: hue angle of 131.45º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27AA40 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 170 | 64 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.33 |
| HSL | 131.45º | 0.63% | 0.41% | - |
| HSV(B) | 131.45º | 0.77% | 0.67% | - |
| XYZ | 16.14 | 29.55 | 9.7 | - |
| YUV | 118.75 | 97.1 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 170 | 64 | 0.77 | 0 | 0.62 | 0.33 | 131.45 | 0.63 | 0.41 |
| Hex | 27 | AA | 40 | 4D | 0 | 3E | 21 | 83 | 3F | 29 |
| Octal | 47 | 252 | 100 | 115 | 0 | 76 | 41 | 203 | 77 | 51 |
| Binary | 100111 | 10101010 | 1000000 | 1001101 | 0 | 111110 | 100001 | 10000011 | 111111 | 101001 |
Color Harmonies of #27AA40
Complementary color
Monochromatic Colors of #27AA40
Black with #27AA40
Text Example
Text Example
White with #27AA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AA40; }
p { color: rgb(39,170,64); }
H1.HeaderClassName
{
color: #27AA40;
}
.AnyTagClassName
{
color: #27AA40;
}
</style>
background-color css
<style>
a { background-color: #27AA40; }
a { background-color: rgb(39,170,64); }
div.DivClassName
{
background-color: #27AA40;
}
.BgClassName
{
background-color: #27AA40;
}
</style>
border-color css
<style>
span { border-color: #27AA40; }
span { border-color: rgb(39,170,64); }
td.TdClassName
{
border-color: #27AA40;
}
.TagClassName
{
border-color: #27AA40;
}
</style>