Shades of Chateau Green #27A342
Tints of Chateau Green #27A342
RGB
CMYK
RGB Variations
Color information
#27A342 (or 0x27A342) is known color: Chateau Green. HEX triplet: 27, A3 and 42. RGB value is (39,163,66). Sum of RGB (Red+Green+Blue) = 39+163+66=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 163 (64.06% from 255 or 60.82% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 163 - color contains mainly: green. Hex color #27A342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27A342 is #D85CBD. Grayscale: #737373. Windows color (decimal): -14179518 or 4367143. OLE color: 4367143.
HSL color Cylindrical-coordinate representation of color #27A342: hue angle of 133.06º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A342 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 39 | 163 | 66 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.36 |
| HSL | 133.06º | 0.61% | 0.4% | - |
| HSV(B) | 133.06º | 0.76% | 0.64% | - |
| XYZ | 14.92 | 27.02 | 9.58 | - |
| YUV | 114.87 | 100.42 | 73.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 163 | 66 | 0.76 | 0 | 0.60 | 0.36 | 133.06 | 0.61 | 0.4 |
| Hex | 27 | A3 | 42 | 4C | 0 | 3C | 24 | 85 | 3D | 28 |
| Octal | 47 | 243 | 102 | 114 | 0 | 74 | 44 | 205 | 75 | 50 |
| Binary | 100111 | 10100011 | 1000010 | 1001100 | 0 | 111100 | 100100 | 10000101 | 111101 | 101000 |
Color Harmonies of #27A342
Complementary color
Monochromatic Colors of #27A342
Black with #27A342
Text Example
Text Example
White with #27A342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A342; }
p { color: rgb(39,163,66); }
H1.HeaderClassName
{
color: #27A342;
}
.AnyTagClassName
{
color: #27A342;
}
</style>
background-color css
<style>
a { background-color: #27A342; }
a { background-color: rgb(39,163,66); }
div.DivClassName
{
background-color: #27A342;
}
.BgClassName
{
background-color: #27A342;
}
</style>
border-color css
<style>
span { border-color: #27A342; }
span { border-color: rgb(39,163,66); }
td.TdClassName
{
border-color: #27A342;
}
.TagClassName
{
border-color: #27A342;
}
</style>