Shades of Chateau Green #27A246
Tints of Chateau Green #27A246
RGB
CMYK
RGB Variations
Color information
#27A246 (or 0x27A246) is known color: Chateau Green. HEX triplet: 27, A2 and 46. RGB value is (39,162,70). Sum of RGB (Red+Green+Blue) = 39+162+70=271 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.39% from 271); Green value is 162 (63.67% from 255 or 59.78% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 162 - color contains mainly: green. Hex color #27A246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27A246 is #D85DB9. Grayscale: #727272. Windows color (decimal): -14179770 or 4629031. OLE color: 4629031.
HSL color Cylindrical-coordinate representation of color #27A246: hue angle of 135.12º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A246 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 162 | 70 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.36 |
| HSL | 135.12º | 0.61% | 0.39% | - |
| HSV(B) | 135.12º | 0.76% | 0.64% | - |
| XYZ | 14.86 | 26.71 | 10.17 | - |
| YUV | 114.74 | 102.75 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 162 | 70 | 0.76 | 0 | 0.57 | 0.36 | 135.12 | 0.61 | 0.39 |
| Hex | 27 | A2 | 46 | 4C | 0 | 39 | 24 | 87 | 3D | 27 |
| Octal | 47 | 242 | 106 | 114 | 0 | 71 | 44 | 207 | 75 | 47 |
| Binary | 100111 | 10100010 | 1000110 | 1001100 | 0 | 111001 | 100100 | 10000111 | 111101 | 100111 |
Color Harmonies of #27A246
Complementary color
Monochromatic Colors of #27A246
Black with #27A246
Text Example
Text Example
White with #27A246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A246; }
p { color: rgb(39,162,70); }
H1.HeaderClassName
{
color: #27A246;
}
.AnyTagClassName
{
color: #27A246;
}
</style>
background-color css
<style>
a { background-color: #27A246; }
a { background-color: rgb(39,162,70); }
div.DivClassName
{
background-color: #27A246;
}
.BgClassName
{
background-color: #27A246;
}
</style>
border-color css
<style>
span { border-color: #27A246; }
span { border-color: rgb(39,162,70); }
td.TdClassName
{
border-color: #27A246;
}
.TagClassName
{
border-color: #27A246;
}
</style>