Shades of Chateau Green #28A346
Tints of Chateau Green #28A346
RGB
CMYK
RGB Variations
Color information
#28A346 (or 0x28A346) is known color: Chateau Green. HEX triplet: 28, A3 and 46. RGB value is (40,163,70). Sum of RGB (Red+Green+Blue) = 40+163+70=273 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.65% from 273); Green value is 163 (64.06% from 255 or 59.71% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 163 - color contains mainly: green. Hex color #28A346 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A346 is #D75CB9. Grayscale: #737373. Windows color (decimal): -14113978 or 4629288. OLE color: 4629288.
HSL color Cylindrical-coordinate representation of color #28A346: hue angle of 134.63º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28A346 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 163 | 70 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.36 |
| HSL | 134.63º | 0.61% | 0.4% | - |
| HSV(B) | 134.63º | 0.75% | 0.64% | - |
| XYZ | 15.08 | 27.09 | 10.23 | - |
| YUV | 115.62 | 102.25 | 74.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 163 | 70 | 0.75 | 0 | 0.57 | 0.36 | 134.63 | 0.61 | 0.4 |
| Hex | 28 | A3 | 46 | 4B | 0 | 39 | 24 | 87 | 3D | 28 |
| Octal | 50 | 243 | 106 | 113 | 0 | 71 | 44 | 207 | 75 | 50 |
| Binary | 101000 | 10100011 | 1000110 | 1001011 | 0 | 111001 | 100100 | 10000111 | 111101 | 101000 |
Color Harmonies of #28A346
Complementary color
Monochromatic Colors of #28A346
Black with #28A346
Text Example
Text Example
White with #28A346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A346; }
p { color: rgb(40,163,70); }
H1.HeaderClassName
{
color: #28A346;
}
.AnyTagClassName
{
color: #28A346;
}
</style>
background-color css
<style>
a { background-color: #28A346; }
a { background-color: rgb(40,163,70); }
div.DivClassName
{
background-color: #28A346;
}
.BgClassName
{
background-color: #28A346;
}
</style>
border-color css
<style>
span { border-color: #28A346; }
span { border-color: rgb(40,163,70); }
td.TdClassName
{
border-color: #28A346;
}
.TagClassName
{
border-color: #28A346;
}
</style>