Shades of Chateau Green #28A246
Tints of Chateau Green #28A246
RGB
CMYK
RGB Variations
Color information
#28A246 (or 0x28A246) is known color: Chateau Green. HEX triplet: 28, A2 and 46. RGB value is (40,162,70). Sum of RGB (Red+Green+Blue) = 40+162+70=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 162 (63.67% from 255 or 59.56% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 162 - color contains mainly: green. Hex color #28A246 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A246 is #D75DB9. Grayscale: #737373. Windows color (decimal): -14114234 or 4629032. OLE color: 4629032.
HSL color Cylindrical-coordinate representation of color #28A246: hue angle of 134.75º degrees, saturation: 0.6, 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 #28A246 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 162 | 70 | - |
| CMYK | 0.75 | 0 | 0.57 | 0.36 |
| HSL | 134.75º | 0.6% | 0.4% | - |
| HSV(B) | 134.75º | 0.75% | 0.64% | - |
| XYZ | 14.9 | 26.73 | 10.17 | - |
| YUV | 115.03 | 102.58 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 162 | 70 | 0.75 | 0 | 0.57 | 0.36 | 134.75 | 0.6 | 0.4 |
| Hex | 28 | A2 | 46 | 4B | 0 | 39 | 24 | 87 | 3C | 28 |
| Octal | 50 | 242 | 106 | 113 | 0 | 71 | 44 | 207 | 74 | 50 |
| Binary | 101000 | 10100010 | 1000110 | 1001011 | 0 | 111001 | 100100 | 10000111 | 111100 | 101000 |
Color Harmonies of #28A246
Complementary color
Monochromatic Colors of #28A246
Black with #28A246
Text Example
Text Example
White with #28A246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A246; }
p { color: rgb(40,162,70); }
H1.HeaderClassName
{
color: #28A246;
}
.AnyTagClassName
{
color: #28A246;
}
</style>
background-color css
<style>
a { background-color: #28A246; }
a { background-color: rgb(40,162,70); }
div.DivClassName
{
background-color: #28A246;
}
.BgClassName
{
background-color: #28A246;
}
</style>
border-color css
<style>
span { border-color: #28A246; }
span { border-color: rgb(40,162,70); }
td.TdClassName
{
border-color: #28A246;
}
.TagClassName
{
border-color: #28A246;
}
</style>