Shades of Chateau Green #28AF4B
Tints of Chateau Green #28AF4B
RGB
CMYK
RGB Variations
Color information
#28AF4B (or 0x28AF4B) is known color: Chateau Green. HEX triplet: 28, AF and 4B. RGB value is (40,175,75). Sum of RGB (Red+Green+Blue) = 40+175+75=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 175 (68.75% from 255 or 60.34% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #28AF4B is #D750B4. Grayscale: #7B7B7B. Windows color (decimal): -14110901 or 4960040. OLE color: 4960040.
HSL color Cylindrical-coordinate representation of color #28AF4B: hue angle of 135.56º 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 #28AF4B is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 75 | - |
| CMYK | 0.77 | 0 | 0.57 | 0.31 |
| HSL | 135.56º | 0.63% | 0.42% | - |
| HSV(B) | 135.56º | 0.77% | 0.69% | - |
| XYZ | 17.48 | 31.62 | 11.84 | - |
| YUV | 123.24 | 100.77 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 75 | 0.77 | 0 | 0.57 | 0.31 | 135.56 | 0.63 | 0.42 |
| Hex | 28 | AF | 4B | 4D | 0 | 39 | 1F | 88 | 3F | 2A |
| Octal | 50 | 257 | 113 | 115 | 0 | 71 | 37 | 210 | 77 | 52 |
| Binary | 101000 | 10101111 | 1001011 | 1001101 | 0 | 111001 | 11111 | 10001000 | 111111 | 101010 |
Color Harmonies of #28AF4B
Complementary color
Monochromatic Colors of #28AF4B
Black with #28AF4B
Text Example
Text Example
White with #28AF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF4B; }
p { color: rgb(40,175,75); }
H1.HeaderClassName
{
color: #28AF4B;
}
.AnyTagClassName
{
color: #28AF4B;
}
</style>
background-color css
<style>
a { background-color: #28AF4B; }
a { background-color: rgb(40,175,75); }
div.DivClassName
{
background-color: #28AF4B;
}
.BgClassName
{
background-color: #28AF4B;
}
</style>
border-color css
<style>
span { border-color: #28AF4B; }
span { border-color: rgb(40,175,75); }
td.TdClassName
{
border-color: #28AF4B;
}
.TagClassName
{
border-color: #28AF4B;
}
</style>