Shades of Chateau Green #28BB50
Tints of Chateau Green #28BB50
RGB
CMYK
RGB Variations
Color information
#28BB50 (or 0x28BB50) is known color: Chateau Green. HEX triplet: 28, BB and 50. RGB value is (40,187,80). Sum of RGB (Red+Green+Blue) = 40+187+80=307 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.03% from 307); Green value is 187 (73.44% from 255 or 60.91% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 187 - color contains mainly: green. Hex color #28BB50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28BB50 is #D744AF. Grayscale: #838383. Windows color (decimal): -14107824 or 5290792. OLE color: 5290792.
HSL color Cylindrical-coordinate representation of color #28BB50: hue angle of 136.33º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28BB50 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 187 | 80 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.27 |
| HSL | 136.33º | 0.65% | 0.45% | - |
| HSV(B) | 136.33º | 0.79% | 0.73% | - |
| XYZ | 20.09 | 36.57 | 13.59 | - |
| YUV | 130.85 | 99.3 | 63.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 187 | 80 | 0.79 | 0 | 0.57 | 0.27 | 136.33 | 0.65 | 0.45 |
| Hex | 28 | BB | 50 | 4F | 0 | 39 | 1B | 88 | 41 | 2D |
| Octal | 50 | 273 | 120 | 117 | 0 | 71 | 33 | 210 | 101 | 55 |
| Binary | 101000 | 10111011 | 1010000 | 1001111 | 0 | 111001 | 11011 | 10001000 | 1000001 | 101101 |
Color Harmonies of #28BB50
Complementary color
Monochromatic Colors of #28BB50
Black with #28BB50
Text Example
Text Example
White with #28BB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BB50; }
p { color: rgb(40,187,80); }
H1.HeaderClassName
{
color: #28BB50;
}
.AnyTagClassName
{
color: #28BB50;
}
</style>
background-color css
<style>
a { background-color: #28BB50; }
a { background-color: rgb(40,187,80); }
div.DivClassName
{
background-color: #28BB50;
}
.BgClassName
{
background-color: #28BB50;
}
</style>
border-color css
<style>
span { border-color: #28BB50; }
span { border-color: rgb(40,187,80); }
td.TdClassName
{
border-color: #28BB50;
}
.TagClassName
{
border-color: #28BB50;
}
</style>