Shades of Chateau Green #28A740
Tints of Chateau Green #28A740
RGB
CMYK
RGB Variations
Color information
#28A740 (or 0x28A740) is known color: Chateau Green. HEX triplet: 28, A7 and 40. RGB value is (40,167,64). Sum of RGB (Red+Green+Blue) = 40+167+64=271 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.76% from 271); Green value is 167 (65.62% from 255 or 61.62% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 167 - color contains mainly: green. Hex color #28A740 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28A740 is #D758BF. Grayscale: #757575. Windows color (decimal): -14112960 or 4237096. OLE color: 4237096.
HSL color Cylindrical-coordinate representation of color #28A740: hue angle of 131.34º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #28A740 is Cyan = 0.76, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 167 | 64 | - |
| CMYK | 0.76 | 0 | 0.62 | 0.35 |
| HSL | 131.34º | 0.61% | 0.41% | - |
| HSV(B) | 131.34º | 0.76% | 0.65% | - |
| XYZ | 15.62 | 28.46 | 9.52 | - |
| YUV | 117.29 | 97.92 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 167 | 64 | 0.76 | 0 | 0.62 | 0.35 | 131.34 | 0.61 | 0.41 |
| Hex | 28 | A7 | 40 | 4C | 0 | 3E | 23 | 83 | 3D | 29 |
| Octal | 50 | 247 | 100 | 114 | 0 | 76 | 43 | 203 | 75 | 51 |
| Binary | 101000 | 10100111 | 1000000 | 1001100 | 0 | 111110 | 100011 | 10000011 | 111101 | 101001 |
Color Harmonies of #28A740
Complementary color
Monochromatic Colors of #28A740
Black with #28A740
Text Example
Text Example
White with #28A740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28A740; }
p { color: rgb(40,167,64); }
H1.HeaderClassName
{
color: #28A740;
}
.AnyTagClassName
{
color: #28A740;
}
</style>
background-color css
<style>
a { background-color: #28A740; }
a { background-color: rgb(40,167,64); }
div.DivClassName
{
background-color: #28A740;
}
.BgClassName
{
background-color: #28A740;
}
</style>
border-color css
<style>
span { border-color: #28A740; }
span { border-color: rgb(40,167,64); }
td.TdClassName
{
border-color: #28A740;
}
.TagClassName
{
border-color: #28A740;
}
</style>