Shades of Chateau Green #28AF50
Tints of Chateau Green #28AF50
RGB
CMYK
RGB Variations
Color information
#28AF50 (or 0x28AF50) is known color: Chateau Green. HEX triplet: 28, AF and 50. RGB value is (40,175,80). Sum of RGB (Red+Green+Blue) = 40+175+80=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 175 (68.75% from 255 or 59.32% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AF50 is #D750AF. Grayscale: #7C7C7C. Windows color (decimal): -14110896 or 5287720. OLE color: 5287720.
HSL color Cylindrical-coordinate representation of color #28AF50: hue angle of 137.78º 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 #28AF50 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 80 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.31 |
| HSL | 137.78º | 0.63% | 0.42% | - |
| HSV(B) | 137.78º | 0.77% | 0.69% | - |
| XYZ | 17.65 | 31.69 | 12.78 | - |
| YUV | 123.81 | 103.27 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 80 | 0.77 | 0 | 0.54 | 0.31 | 137.78 | 0.63 | 0.42 |
| Hex | 28 | AF | 50 | 4D | 0 | 36 | 1F | 8A | 3F | 2A |
| Octal | 50 | 257 | 120 | 115 | 0 | 66 | 37 | 212 | 77 | 52 |
| Binary | 101000 | 10101111 | 1010000 | 1001101 | 0 | 110110 | 11111 | 10001010 | 111111 | 101010 |
Color Harmonies of #28AF50
Complementary color
Monochromatic Colors of #28AF50
Black with #28AF50
Text Example
Text Example
White with #28AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF50; }
p { color: rgb(40,175,80); }
H1.HeaderClassName
{
color: #28AF50;
}
.AnyTagClassName
{
color: #28AF50;
}
</style>
background-color css
<style>
a { background-color: #28AF50; }
a { background-color: rgb(40,175,80); }
div.DivClassName
{
background-color: #28AF50;
}
.BgClassName
{
background-color: #28AF50;
}
</style>
border-color css
<style>
span { border-color: #28AF50; }
span { border-color: rgb(40,175,80); }
td.TdClassName
{
border-color: #28AF50;
}
.TagClassName
{
border-color: #28AF50;
}
</style>