Shades of Chateau Green #28A447
Tints of Chateau Green #28A447
RGB
CMYK
RGB Variations
Color information
#28A447 (or 0x28A447) is known color: Chateau Green. HEX triplet: 28, A4 and 47. RGB value is (40,164,71). Sum of RGB (Red+Green+Blue) = 40+164+71=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 164 (64.45% from 255 or 59.64% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 164 - color contains mainly: green. Hex color #28A447 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A447 is #D75BB8. Grayscale: #747474. Windows color (decimal): -14113721 or 4695080. OLE color: 4695080.
HSL color Cylindrical-coordinate representation of color #28A447: hue angle of 135º 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 #28A447 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 164 | 71 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.36 |
| HSL | 135º | 0.61% | 0.4% | - |
| HSV(B) | 135º | 0.76% | 0.64% | - |
| XYZ | 15.29 | 27.46 | 10.46 | - |
| YUV | 116.32 | 102.42 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 164 | 71 | 0.76 | 0 | 0.57 | 0.36 | 135 | 0.61 | 0.4 |
| Hex | 28 | A4 | 47 | 4C | 0 | 39 | 24 | 87 | 3D | 28 |
| Octal | 50 | 244 | 107 | 114 | 0 | 71 | 44 | 207 | 75 | 50 |
| Binary | 101000 | 10100100 | 1000111 | 1001100 | 0 | 111001 | 100100 | 10000111 | 111101 | 101000 |
Color Harmonies of #28A447
Complementary color
Monochromatic Colors of #28A447
Black with #28A447
Text Example
Text Example
White with #28A447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A447; }
p { color: rgb(40,164,71); }
H1.HeaderClassName
{
color: #28A447;
}
.AnyTagClassName
{
color: #28A447;
}
</style>
background-color css
<style>
a { background-color: #28A447; }
a { background-color: rgb(40,164,71); }
div.DivClassName
{
background-color: #28A447;
}
.BgClassName
{
background-color: #28A447;
}
</style>
border-color css
<style>
span { border-color: #28A447; }
span { border-color: rgb(40,164,71); }
td.TdClassName
{
border-color: #28A447;
}
.TagClassName
{
border-color: #28A447;
}
</style>