Shades of Chateau Green #28A045
Tints of Chateau Green #28A045
RGB
CMYK
RGB Variations
Color information
#28A045 (or 0x28A045) is known color: Chateau Green. HEX triplet: 28, A0 and 45. RGB value is (40,160,69). Sum of RGB (Red+Green+Blue) = 40+160+69=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 160 (62.89% from 255 or 59.48% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 160 - color contains mainly: green. Hex color #28A045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A045 is #D75FBA. Grayscale: #717171. Windows color (decimal): -14114747 or 4562984. OLE color: 4562984.
HSL color Cylindrical-coordinate representation of color #28A045: hue angle of 134.5º 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 #28A045 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 160 | 69 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.37 |
| HSL | 134.5º | 0.6% | 0.39% | - |
| HSV(B) | 134.5º | 0.75% | 0.63% | - |
| XYZ | 14.52 | 26.02 | 9.89 | - |
| YUV | 113.75 | 102.74 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 160 | 69 | 0.75 | 0 | 0.57 | 0.37 | 134.5 | 0.6 | 0.39 |
| Hex | 28 | A0 | 45 | 4B | 0 | 39 | 25 | 86 | 3C | 27 |
| Octal | 50 | 240 | 105 | 113 | 0 | 71 | 45 | 206 | 74 | 47 |
| Binary | 101000 | 10100000 | 1000101 | 1001011 | 0 | 111001 | 100101 | 10000110 | 111100 | 100111 |
Color Harmonies of #28A045
Complementary color
Monochromatic Colors of #28A045
Black with #28A045
Text Example
Text Example
White with #28A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A045; }
p { color: rgb(40,160,69); }
H1.HeaderClassName
{
color: #28A045;
}
.AnyTagClassName
{
color: #28A045;
}
</style>
background-color css
<style>
a { background-color: #28A045; }
a { background-color: rgb(40,160,69); }
div.DivClassName
{
background-color: #28A045;
}
.BgClassName
{
background-color: #28A045;
}
</style>
border-color css
<style>
span { border-color: #28A045; }
span { border-color: rgb(40,160,69); }
td.TdClassName
{
border-color: #28A045;
}
.TagClassName
{
border-color: #28A045;
}
</style>