Shades of Chateau Green #28A446
Tints of Chateau Green #28A446
RGB
CMYK
RGB Variations
Color information
#28A446 (or 0x28A446) is known color: Chateau Green. HEX triplet: 28, A4 and 46. RGB value is (40,164,70). Sum of RGB (Red+Green+Blue) = 40+164+70=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 164 (64.45% from 255 or 59.85% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 164 - color contains mainly: green. Hex color #28A446 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A446 is #D75BB9. Grayscale: #747474. Windows color (decimal): -14113722 or 4629544. OLE color: 4629544.
HSL color Cylindrical-coordinate representation of color #28A446: hue angle of 134.52º 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 #28A446 is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 164 | 70 | - |
| CMYK | 0.76 | 0 | 0.57 | 0.36 |
| HSL | 134.52º | 0.61% | 0.4% | - |
| HSV(B) | 134.52º | 0.76% | 0.64% | - |
| XYZ | 15.26 | 27.44 | 10.29 | - |
| YUV | 116.21 | 101.92 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 164 | 70 | 0.76 | 0 | 0.57 | 0.36 | 134.52 | 0.61 | 0.4 |
| Hex | 28 | A4 | 46 | 4C | 0 | 39 | 24 | 87 | 3D | 28 |
| Octal | 50 | 244 | 106 | 114 | 0 | 71 | 44 | 207 | 75 | 50 |
| Binary | 101000 | 10100100 | 1000110 | 1001100 | 0 | 111001 | 100100 | 10000111 | 111101 | 101000 |
Color Harmonies of #28A446
Complementary color
Monochromatic Colors of #28A446
Black with #28A446
Text Example
Text Example
White with #28A446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A446; }
p { color: rgb(40,164,70); }
H1.HeaderClassName
{
color: #28A446;
}
.AnyTagClassName
{
color: #28A446;
}
</style>
background-color css
<style>
a { background-color: #28A446; }
a { background-color: rgb(40,164,70); }
div.DivClassName
{
background-color: #28A446;
}
.BgClassName
{
background-color: #28A446;
}
</style>
border-color css
<style>
span { border-color: #28A446; }
span { border-color: rgb(40,164,70); }
td.TdClassName
{
border-color: #28A446;
}
.TagClassName
{
border-color: #28A446;
}
</style>