Shades of Chateau Green #28A541
Tints of Chateau Green #28A541
RGB
CMYK
RGB Variations
Color information
#28A541 (or 0x28A541) is known color: Chateau Green. HEX triplet: 28, A5 and 41. RGB value is (40,165,65). Sum of RGB (Red+Green+Blue) = 40+165+65=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 165 (64.84% from 255 or 61.11% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 165 - color contains mainly: green. Hex color #28A541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A541 is #D75ABE. Grayscale: #747474. Windows color (decimal): -14113471 or 4302120. OLE color: 4302120.
HSL color Cylindrical-coordinate representation of color #28A541: hue angle of 132º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A541 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 165 | 65 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.35 |
| HSL | 132º | 0.61% | 0.4% | - |
| HSV(B) | 132º | 0.76% | 0.65% | - |
| XYZ | 15.28 | 27.74 | 9.55 | - |
| YUV | 116.23 | 99.09 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 165 | 65 | 0.76 | 0 | 0.61 | 0.35 | 132 | 0.61 | 0.4 |
| Hex | 28 | A5 | 41 | 4C | 0 | 3D | 23 | 84 | 3D | 28 |
| Octal | 50 | 245 | 101 | 114 | 0 | 75 | 43 | 204 | 75 | 50 |
| Binary | 101000 | 10100101 | 1000001 | 1001100 | 0 | 111101 | 100011 | 10000100 | 111101 | 101000 |
Color Harmonies of #28A541
Complementary color
Monochromatic Colors of #28A541
Black with #28A541
Text Example
Text Example
White with #28A541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A541; }
p { color: rgb(40,165,65); }
H1.HeaderClassName
{
color: #28A541;
}
.AnyTagClassName
{
color: #28A541;
}
</style>
background-color css
<style>
a { background-color: #28A541; }
a { background-color: rgb(40,165,65); }
div.DivClassName
{
background-color: #28A541;
}
.BgClassName
{
background-color: #28A541;
}
</style>
border-color css
<style>
span { border-color: #28A541; }
span { border-color: rgb(40,165,65); }
td.TdClassName
{
border-color: #28A541;
}
.TagClassName
{
border-color: #28A541;
}
</style>