Shades of Chateau Green #28B047
Tints of Chateau Green #28B047
RGB
CMYK
RGB Variations
Color information
#28B047 (or 0x28B047) is known color: Chateau Green. HEX triplet: 28, B0 and 47. RGB value is (40,176,71). Sum of RGB (Red+Green+Blue) = 40+176+71=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 176 (69.14% from 255 or 61.32% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 176 - color contains mainly: green. Hex color #28B047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B047 is #D74FB8. Grayscale: #7B7B7B. Windows color (decimal): -14110649 or 4698152. OLE color: 4698152.
HSL color Cylindrical-coordinate representation of color #28B047: hue angle of 133.68º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B047 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 176 | 71 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.31 |
| HSL | 133.68º | 0.63% | 0.42% | - |
| HSV(B) | 133.68º | 0.77% | 0.69% | - |
| XYZ | 17.54 | 31.96 | 11.21 | - |
| YUV | 123.37 | 98.44 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 176 | 71 | 0.77 | 0 | 0.60 | 0.31 | 133.68 | 0.63 | 0.42 |
| Hex | 28 | B0 | 47 | 4D | 0 | 3C | 1F | 86 | 3F | 2A |
| Octal | 50 | 260 | 107 | 115 | 0 | 74 | 37 | 206 | 77 | 52 |
| Binary | 101000 | 10110000 | 1000111 | 1001101 | 0 | 111100 | 11111 | 10000110 | 111111 | 101010 |
Color Harmonies of #28B047
Complementary color
Monochromatic Colors of #28B047
Black with #28B047
Text Example
Text Example
White with #28B047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B047; }
p { color: rgb(40,176,71); }
H1.HeaderClassName
{
color: #28B047;
}
.AnyTagClassName
{
color: #28B047;
}
</style>
background-color css
<style>
a { background-color: #28B047; }
a { background-color: rgb(40,176,71); }
div.DivClassName
{
background-color: #28B047;
}
.BgClassName
{
background-color: #28B047;
}
</style>
border-color css
<style>
span { border-color: #28B047; }
span { border-color: rgb(40,176,71); }
td.TdClassName
{
border-color: #28B047;
}
.TagClassName
{
border-color: #28B047;
}
</style>