Shades of Forest Green #018628
Tints of Forest Green #018628
RGB
CMYK
RGB Variations
Color information
#018628 (or 0x018628) is known color: Forest Green. HEX triplet: 01, 86 and 28. RGB value is (1,134,40). Sum of RGB (Red+Green+Blue) = 1+134+40=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 134 (52.73% from 255 or 76.57% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 134 - color contains mainly: green. Hex color #018628 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018628 is #FE79D7. Grayscale: #535353. Windows color (decimal): -16677336 or 2655745. OLE color: 2655745.
HSL color Cylindrical-coordinate representation of color #018628: hue angle of 137.59º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018628 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 134 | 40 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.47 |
| HSL | 137.59º | 0.99% | 0.26% | - |
| HSV(B) | 137.59º | 0.99% | 0.53% | - |
| XYZ | 8.92 | 17.21 | 4.86 | - |
| YUV | 83.52 | 103.44 | 69.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 40 | 0.99 | 0 | 0.70 | 0.47 | 137.59 | 0.99 | 0.26 |
| Hex | 1 | 86 | 28 | 63 | 0 | 46 | 2F | 8A | 63 | 1A |
| Octal | 1 | 206 | 50 | 143 | 0 | 106 | 57 | 212 | 143 | 32 |
| Binary | 1 | 10000110 | 101000 | 1100011 | 0 | 1000110 | 101111 | 10001010 | 1100011 | 11010 |
Color Harmonies of #018628
Complementary color
Monochromatic Colors of #018628
Black with #018628
Text Example
Text Example
White with #018628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018628; }
p { color: rgb(1,134,40); }
H1.HeaderClassName
{
color: #018628;
}
.AnyTagClassName
{
color: #018628;
}
</style>
background-color css
<style>
a { background-color: #018628; }
a { background-color: rgb(1,134,40); }
div.DivClassName
{
background-color: #018628;
}
.BgClassName
{
background-color: #018628;
}
</style>
border-color css
<style>
span { border-color: #018628; }
span { border-color: rgb(1,134,40); }
td.TdClassName
{
border-color: #018628;
}
.TagClassName
{
border-color: #018628;
}
</style>