Shades of Forest Green #28B018
Tints of Forest Green #28B018
RGB
CMYK
RGB Variations
Color information
#28B018 (or 0x28B018) is known color: Forest Green. HEX triplet: 28, B0 and 18. RGB value is (40,176,24). Sum of RGB (Red+Green+Blue) = 40+176+24=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 176 (69.14% from 255 or 73.33% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 176 - color contains mainly: green. Hex color #28B018 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #28B018 is #D74FE7. Grayscale: #767676. Windows color (decimal): -14110696 or 1617960. OLE color: 1617960.
HSL color Cylindrical-coordinate representation of color #28B018: hue angle of 113.68º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28B018 is Cyan = 0.77, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 176 | 24 | - |
| CMYK | 0.77 | 0 | 0.86 | 0.31 |
| HSL | 113.68º | 0.76% | 0.39% | - |
| HSV(B) | 113.68º | 0.86% | 0.69% | - |
| XYZ | 16.57 | 31.57 | 6.08 | - |
| YUV | 118.01 | 74.94 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 176 | 24 | 0.77 | 0 | 0.86 | 0.31 | 113.68 | 0.76 | 0.39 |
| Hex | 28 | B0 | 18 | 4D | 0 | 56 | 1F | 72 | 4C | 27 |
| Octal | 50 | 260 | 30 | 115 | 0 | 126 | 37 | 162 | 114 | 47 |
| Binary | 101000 | 10110000 | 11000 | 1001101 | 0 | 1010110 | 11111 | 1110010 | 1001100 | 100111 |
Color Harmonies of #28B018
Complementary color
Monochromatic Colors of #28B018
Black with #28B018
Text Example
Text Example
White with #28B018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B018; }
p { color: rgb(40,176,24); }
H1.HeaderClassName
{
color: #28B018;
}
.AnyTagClassName
{
color: #28B018;
}
</style>
background-color css
<style>
a { background-color: #28B018; }
a { background-color: rgb(40,176,24); }
div.DivClassName
{
background-color: #28B018;
}
.BgClassName
{
background-color: #28B018;
}
</style>
border-color css
<style>
span { border-color: #28B018; }
span { border-color: rgb(40,176,24); }
td.TdClassName
{
border-color: #28B018;
}
.TagClassName
{
border-color: #28B018;
}
</style>