Shades of Forest Green #28850B
Tints of Forest Green #28850B
RGB
CMYK
RGB Variations
Color information
#28850B (or 0x28850B) is known color: Forest Green. HEX triplet: 28, 85 and 0B. RGB value is (40,133,11). Sum of RGB (Red+Green+Blue) = 40+133+11=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 133 (52.34% from 255 or 72.28% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 133 - color contains mainly: green. Hex color #28850B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28850B is #D77AF4. Grayscale: #5B5B5B. Windows color (decimal): -14121717 or 754984. OLE color: 754984.
HSL color Cylindrical-coordinate representation of color #28850B: hue angle of 105.74º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28850B is Cyan = 0.70, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 133 | 11 | - |
| CMYK | 0.70 | 0 | 0.92 | 0.48 |
| HSL | 105.74º | 0.85% | 0.28% | - |
| HSV(B) | 105.74º | 0.92% | 0.52% | - |
| XYZ | 9.32 | 17.25 | 3.15 | - |
| YUV | 91.29 | 82.69 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 133 | 11 | 0.70 | 0 | 0.92 | 0.48 | 105.74 | 0.85 | 0.28 |
| Hex | 28 | 85 | B | 46 | 0 | 5C | 30 | 6A | 55 | 1C |
| Octal | 50 | 205 | 13 | 106 | 0 | 134 | 60 | 152 | 125 | 34 |
| Binary | 101000 | 10000101 | 1011 | 1000110 | 0 | 1011100 | 110000 | 1101010 | 1010101 | 11100 |
Color Harmonies of #28850B
Complementary color
Monochromatic Colors of #28850B
Black with #28850B
Text Example
Text Example
White with #28850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28850B; }
p { color: rgb(40,133,11); }
H1.HeaderClassName
{
color: #28850B;
}
.AnyTagClassName
{
color: #28850B;
}
</style>
background-color css
<style>
a { background-color: #28850B; }
a { background-color: rgb(40,133,11); }
div.DivClassName
{
background-color: #28850B;
}
.BgClassName
{
background-color: #28850B;
}
</style>
border-color css
<style>
span { border-color: #28850B; }
span { border-color: rgb(40,133,11); }
td.TdClassName
{
border-color: #28850B;
}
.TagClassName
{
border-color: #28850B;
}
</style>