Shades of Forest Green #018728
Tints of Forest Green #018728
RGB
CMYK
RGB Variations
Color information
#018728 (or 0x018728) is known color: Forest Green. HEX triplet: 01, 87 and 28. RGB value is (1,135,40). Sum of RGB (Red+Green+Blue) = 1+135+40=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 135 (53.12% from 255 or 76.70% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 135 - color contains mainly: green. Hex color #018728 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018728 is #FE78D7. Grayscale: #545454. Windows color (decimal): -16677080 or 2656001. OLE color: 2656001.
HSL color Cylindrical-coordinate representation of color #018728: hue angle of 137.46º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018728 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 135 | 40 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.47 |
| HSL | 137.46º | 0.99% | 0.27% | - |
| HSV(B) | 137.46º | 0.99% | 0.53% | - |
| XYZ | 9.06 | 17.49 | 4.91 | - |
| YUV | 84.1 | 103.11 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 135 | 40 | 0.99 | 0 | 0.70 | 0.47 | 137.46 | 0.99 | 0.27 |
| Hex | 1 | 87 | 28 | 63 | 0 | 46 | 2F | 89 | 63 | 1B |
| Octal | 1 | 207 | 50 | 143 | 0 | 106 | 57 | 211 | 143 | 33 |
| Binary | 1 | 10000111 | 101000 | 1100011 | 0 | 1000110 | 101111 | 10001001 | 1100011 | 11011 |
Color Harmonies of #018728
Complementary color
Monochromatic Colors of #018728
Black with #018728
Text Example
Text Example
White with #018728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018728; }
p { color: rgb(1,135,40); }
H1.HeaderClassName
{
color: #018728;
}
.AnyTagClassName
{
color: #018728;
}
</style>
background-color css
<style>
a { background-color: #018728; }
a { background-color: rgb(1,135,40); }
div.DivClassName
{
background-color: #018728;
}
.BgClassName
{
background-color: #018728;
}
</style>
border-color css
<style>
span { border-color: #018728; }
span { border-color: rgb(1,135,40); }
td.TdClassName
{
border-color: #018728;
}
.TagClassName
{
border-color: #018728;
}
</style>