Shades of Chateau Green #28B146
Tints of Chateau Green #28B146
RGB
CMYK
RGB Variations
Color information
#28B146 (or 0x28B146) is known color: Chateau Green. HEX triplet: 28, B1 and 46. RGB value is (40,177,70). Sum of RGB (Red+Green+Blue) = 40+177+70=287 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.94% from 287); Green value is 177 (69.53% from 255 or 61.67% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 177 - color contains mainly: green. Hex color #28B146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28B146 is #D74EB9. Grayscale: #7C7C7C. Windows color (decimal): -14110394 or 4632872. OLE color: 4632872.
HSL color Cylindrical-coordinate representation of color #28B146: hue angle of 133.14º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28B146 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 177 | 70 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.31 |
| HSL | 133.14º | 0.63% | 0.43% | - |
| HSV(B) | 133.14º | 0.77% | 0.69% | - |
| XYZ | 17.7 | 32.34 | 11.1 | - |
| YUV | 123.84 | 97.61 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 177 | 70 | 0.77 | 0 | 0.60 | 0.31 | 133.14 | 0.63 | 0.43 |
| Hex | 28 | B1 | 46 | 4D | 0 | 3C | 1F | 85 | 3F | 2B |
| Octal | 50 | 261 | 106 | 115 | 0 | 74 | 37 | 205 | 77 | 53 |
| Binary | 101000 | 10110001 | 1000110 | 1001101 | 0 | 111100 | 11111 | 10000101 | 111111 | 101011 |
Color Harmonies of #28B146
Complementary color
Monochromatic Colors of #28B146
Black with #28B146
Text Example
Text Example
White with #28B146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B146; }
p { color: rgb(40,177,70); }
H1.HeaderClassName
{
color: #28B146;
}
.AnyTagClassName
{
color: #28B146;
}
</style>
background-color css
<style>
a { background-color: #28B146; }
a { background-color: rgb(40,177,70); }
div.DivClassName
{
background-color: #28B146;
}
.BgClassName
{
background-color: #28B146;
}
</style>
border-color css
<style>
span { border-color: #28B146; }
span { border-color: rgb(40,177,70); }
td.TdClassName
{
border-color: #28B146;
}
.TagClassName
{
border-color: #28B146;
}
</style>