Shades of Chateau Green #27A040
Tints of Chateau Green #27A040
RGB
CMYK
RGB Variations
Color information
#27A040 (or 0x27A040) is known color: Chateau Green. HEX triplet: 27, A0 and 40. RGB value is (39,160,64). Sum of RGB (Red+Green+Blue) = 39+160+64=263 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.83% from 263); Green value is 160 (62.89% from 255 or 60.84% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 160 - color contains mainly: green. Hex color #27A040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27A040 is #D85FBF. Grayscale: #717171. Windows color (decimal): -14180288 or 4235303. OLE color: 4235303.
HSL color Cylindrical-coordinate representation of color #27A040: hue angle of 132.4º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A040 is Cyan = 0.76, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 39 | 160 | 64 | - |
| CMYK | 0.76 | 0 | 0.6 | 0.37 |
| HSL | 132.4º | 0.61% | 0.39% | - |
| HSV(B) | 132.4º | 0.76% | 0.63% | - |
| XYZ | 14.33 | 25.94 | 9.1 | - |
| YUV | 112.88 | 100.41 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 160 | 64 | 0.76 | 0 | 0.6 | 0.37 | 132.4 | 0.61 | 0.39 |
| Hex | 27 | A0 | 40 | 4C | 0 | 3C | 25 | 84 | 3D | 27 |
| Octal | 47 | 240 | 100 | 114 | 0 | 74 | 45 | 204 | 75 | 47 |
| Binary | 100111 | 10100000 | 1000000 | 1001100 | 0 | 111100 | 100101 | 10000100 | 111101 | 100111 |
Color Harmonies of #27A040
Complementary color
Monochromatic Colors of #27A040
Black with #27A040
Text Example
Text Example
White with #27A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A040; }
p { color: rgb(39,160,64); }
H1.HeaderClassName
{
color: #27A040;
}
.AnyTagClassName
{
color: #27A040;
}
</style>
background-color css
<style>
a { background-color: #27A040; }
a { background-color: rgb(39,160,64); }
div.DivClassName
{
background-color: #27A040;
}
.BgClassName
{
background-color: #27A040;
}
</style>
border-color css
<style>
span { border-color: #27A040; }
span { border-color: rgb(39,160,64); }
td.TdClassName
{
border-color: #27A040;
}
.TagClassName
{
border-color: #27A040;
}
</style>