Shades of Chateau Green #28A440
Tints of Chateau Green #28A440
RGB
CMYK
RGB Variations
Color information
#28A440 (or 0x28A440) is known color: Chateau Green. HEX triplet: 28, A4 and 40. RGB value is (40,164,64). Sum of RGB (Red+Green+Blue) = 40+164+64=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 164 (64.45% from 255 or 61.19% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 164 - color contains mainly: green. Hex color #28A440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A440 is #D75BBF. Grayscale: #737373. Windows color (decimal): -14113728 or 4236328. OLE color: 4236328.
HSL color Cylindrical-coordinate representation of color #28A440: hue angle of 131.61º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A440 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 40 | 164 | 64 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.36 |
| HSL | 131.61º | 0.61% | 0.4% | - |
| HSV(B) | 131.61º | 0.76% | 0.64% | - |
| XYZ | 15.08 | 27.37 | 9.34 | - |
| YUV | 115.52 | 98.92 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 164 | 64 | 0.76 | 0 | 0.61 | 0.36 | 131.61 | 0.61 | 0.4 |
| Hex | 28 | A4 | 40 | 4C | 0 | 3D | 24 | 84 | 3D | 28 |
| Octal | 50 | 244 | 100 | 114 | 0 | 75 | 44 | 204 | 75 | 50 |
| Binary | 101000 | 10100100 | 1000000 | 1001100 | 0 | 111101 | 100100 | 10000100 | 111101 | 101000 |
Color Harmonies of #28A440
Complementary color
Monochromatic Colors of #28A440
Black with #28A440
Text Example
Text Example
White with #28A440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A440; }
p { color: rgb(40,164,64); }
H1.HeaderClassName
{
color: #28A440;
}
.AnyTagClassName
{
color: #28A440;
}
</style>
background-color css
<style>
a { background-color: #28A440; }
a { background-color: rgb(40,164,64); }
div.DivClassName
{
background-color: #28A440;
}
.BgClassName
{
background-color: #28A440;
}
</style>
border-color css
<style>
span { border-color: #28A440; }
span { border-color: rgb(40,164,64); }
td.TdClassName
{
border-color: #28A440;
}
.TagClassName
{
border-color: #28A440;
}
</style>