Shades of Forest Green #018B27
Tints of Forest Green #018B27
RGB
CMYK
RGB Variations
Color information
#018B27 (or 0x018B27) is known color: Forest Green. HEX triplet: 01, 8B and 27. RGB value is (1,139,39). Sum of RGB (Red+Green+Blue) = 1+139+39=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 139 (54.69% from 255 or 77.65% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 139 - color contains mainly: green. Hex color #018B27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018B27 is #FE74D8. Grayscale: #565656. Windows color (decimal): -16676057 or 2591489. OLE color: 2591489.
HSL color Cylindrical-coordinate representation of color #018B27: hue angle of 136.52º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018B27 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 39 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.45 |
| HSL | 136.52º | 0.99% | 0.27% | - |
| HSV(B) | 136.52º | 0.99% | 0.55% | - |
| XYZ | 9.61 | 18.62 | 5.01 | - |
| YUV | 86.34 | 101.28 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 39 | 0.99 | 0 | 0.72 | 0.45 | 136.52 | 0.99 | 0.27 |
| Hex | 1 | 8B | 27 | 63 | 0 | 48 | 2D | 89 | 63 | 1B |
| Octal | 1 | 213 | 47 | 143 | 0 | 110 | 55 | 211 | 143 | 33 |
| Binary | 1 | 10001011 | 100111 | 1100011 | 0 | 1001000 | 101101 | 10001001 | 1100011 | 11011 |
Color Harmonies of #018B27
Complementary color
Monochromatic Colors of #018B27
Black with #018B27
Text Example
Text Example
White with #018B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B27; }
p { color: rgb(1,139,39); }
H1.HeaderClassName
{
color: #018B27;
}
.AnyTagClassName
{
color: #018B27;
}
</style>
background-color css
<style>
a { background-color: #018B27; }
a { background-color: rgb(1,139,39); }
div.DivClassName
{
background-color: #018B27;
}
.BgClassName
{
background-color: #018B27;
}
</style>
border-color css
<style>
span { border-color: #018B27; }
span { border-color: rgb(1,139,39); }
td.TdClassName
{
border-color: #018B27;
}
.TagClassName
{
border-color: #018B27;
}
</style>