Shades of Forest Green #018527
Tints of Forest Green #018527
RGB
CMYK
RGB Variations
Color information
#018527 (or 0x018527) is known color: Forest Green. HEX triplet: 01, 85 and 27. RGB value is (1,133,39). Sum of RGB (Red+Green+Blue) = 1+133+39=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 133 (52.34% from 255 or 76.88% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 133 - color contains mainly: green. Hex color #018527 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018527 is #FE7AD8. Grayscale: #535353. Windows color (decimal): -16677593 or 2589953. OLE color: 2589953.
HSL color Cylindrical-coordinate representation of color #018527: hue angle of 137.27º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018527 is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 133 | 39 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.48 |
| HSL | 137.27º | 0.99% | 0.26% | - |
| HSV(B) | 137.27º | 0.99% | 0.52% | - |
| XYZ | 8.77 | 16.93 | 4.72 | - |
| YUV | 82.82 | 103.27 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 133 | 39 | 0.99 | 0 | 0.71 | 0.48 | 137.27 | 0.99 | 0.26 |
| Hex | 1 | 85 | 27 | 63 | 0 | 47 | 30 | 89 | 63 | 1A |
| Octal | 1 | 205 | 47 | 143 | 0 | 107 | 60 | 211 | 143 | 32 |
| Binary | 1 | 10000101 | 100111 | 1100011 | 0 | 1000111 | 110000 | 10001001 | 1100011 | 11010 |
Color Harmonies of #018527
Complementary color
Monochromatic Colors of #018527
Black with #018527
Text Example
Text Example
White with #018527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018527; }
p { color: rgb(1,133,39); }
H1.HeaderClassName
{
color: #018527;
}
.AnyTagClassName
{
color: #018527;
}
</style>
background-color css
<style>
a { background-color: #018527; }
a { background-color: rgb(1,133,39); }
div.DivClassName
{
background-color: #018527;
}
.BgClassName
{
background-color: #018527;
}
</style>
border-color css
<style>
span { border-color: #018527; }
span { border-color: rgb(1,133,39); }
td.TdClassName
{
border-color: #018527;
}
.TagClassName
{
border-color: #018527;
}
</style>