Shades of Chateau Green #28A141
Tints of Chateau Green #28A141
RGB
CMYK
RGB Variations
Color information
#28A141 (or 0x28A141) is known color: Chateau Green. HEX triplet: 28, A1 and 41. RGB value is (40,161,65). Sum of RGB (Red+Green+Blue) = 40+161+65=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 161 (63.28% from 255 or 60.53% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 161 - color contains mainly: green. Hex color #28A141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A141 is #D75EBE. Grayscale: #727272. Windows color (decimal): -14114495 or 4301096. OLE color: 4301096.
HSL color Cylindrical-coordinate representation of color #28A141: hue angle of 132.4º 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 #28A141 is Cyan = 0.75, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 40 | 161 | 65 | - |
| CMYK | 0.75 | 0 | 0.60 | 0.37 |
| HSL | 132.4º | 0.6% | 0.39% | - |
| HSV(B) | 132.4º | 0.75% | 0.63% | - |
| XYZ | 14.57 | 26.32 | 9.31 | - |
| YUV | 113.88 | 100.41 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 161 | 65 | 0.75 | 0 | 0.60 | 0.37 | 132.4 | 0.6 | 0.39 |
| Hex | 28 | A1 | 41 | 4B | 0 | 3C | 25 | 84 | 3C | 27 |
| Octal | 50 | 241 | 101 | 113 | 0 | 74 | 45 | 204 | 74 | 47 |
| Binary | 101000 | 10100001 | 1000001 | 1001011 | 0 | 111100 | 100101 | 10000100 | 111100 | 100111 |
Color Harmonies of #28A141
Complementary color
Monochromatic Colors of #28A141
Black with #28A141
Text Example
Text Example
White with #28A141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A141; }
p { color: rgb(40,161,65); }
H1.HeaderClassName
{
color: #28A141;
}
.AnyTagClassName
{
color: #28A141;
}
</style>
background-color css
<style>
a { background-color: #28A141; }
a { background-color: rgb(40,161,65); }
div.DivClassName
{
background-color: #28A141;
}
.BgClassName
{
background-color: #28A141;
}
</style>
border-color css
<style>
span { border-color: #28A141; }
span { border-color: rgb(40,161,65); }
td.TdClassName
{
border-color: #28A141;
}
.TagClassName
{
border-color: #28A141;
}
</style>