Shades of Chateau Green #28A048
Tints of Chateau Green #28A048
RGB
CMYK
RGB Variations
Color information
#28A048 (or 0x28A048) is known color: Chateau Green. HEX triplet: 28, A0 and 48. RGB value is (40,160,72). Sum of RGB (Red+Green+Blue) = 40+160+72=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 160 (62.89% from 255 or 58.82% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 160 - color contains mainly: green. Hex color #28A048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A048 is #D75FB7. Grayscale: #727272. Windows color (decimal): -14114744 or 4759592. OLE color: 4759592.
HSL color Cylindrical-coordinate representation of color #28A048: hue angle of 136º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A048 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 160 | 72 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.37 |
| HSL | 136º | 0.6% | 0.39% | - |
| HSV(B) | 136º | 0.75% | 0.63% | - |
| XYZ | 14.62 | 26.06 | 10.39 | - |
| YUV | 114.09 | 104.24 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 72 | 0.75 | 0 | 0.55 | 0.37 | 136 | 0.6 | 0.39 |
| Hex | 28 | A0 | 48 | 4B | 0 | 37 | 25 | 88 | 3C | 27 |
| Octal | 50 | 240 | 110 | 113 | 0 | 67 | 45 | 210 | 74 | 47 |
| Binary | 101000 | 10100000 | 1001000 | 1001011 | 0 | 110111 | 100101 | 10001000 | 111100 | 100111 |
Color Harmonies of #28A048
Complementary color
Monochromatic Colors of #28A048
Black with #28A048
Text Example
Text Example
White with #28A048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A048; }
p { color: rgb(40,160,72); }
H1.HeaderClassName
{
color: #28A048;
}
.AnyTagClassName
{
color: #28A048;
}
</style>
background-color css
<style>
a { background-color: #28A048; }
a { background-color: rgb(40,160,72); }
div.DivClassName
{
background-color: #28A048;
}
.BgClassName
{
background-color: #28A048;
}
</style>
border-color css
<style>
span { border-color: #28A048; }
span { border-color: rgb(40,160,72); }
td.TdClassName
{
border-color: #28A048;
}
.TagClassName
{
border-color: #28A048;
}
</style>