Shades of Forest Green #018B2A
Tints of Forest Green #018B2A
RGB
CMYK
RGB Variations
Color information
#018B2A (or 0x018B2A) is known color: Forest Green. HEX triplet: 01, 8B and 2A. RGB value is (1,139,42). Sum of RGB (Red+Green+Blue) = 1+139+42=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 139 (54.69% from 255 or 76.37% from 182); Blue value is 42 (16.80% from 255 or 23.08% from 182); Max value from RGB is 139 - color contains mainly: green. Hex color #018B2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018B2A is #FE74D5. Grayscale: #565656. Windows color (decimal): -16676054 or 2788097. OLE color: 2788097.
HSL color Cylindrical-coordinate representation of color #018B2A: hue angle of 137.83º 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 #018B2A is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 139 | 42 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.45 |
| HSL | 137.83º | 0.99% | 0.27% | - |
| HSV(B) | 137.83º | 0.99% | 0.55% | - |
| XYZ | 9.66 | 18.64 | 5.28 | - |
| YUV | 86.68 | 102.78 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 42 | 0.99 | 0 | 0.70 | 0.45 | 137.83 | 0.99 | 0.27 |
| Hex | 1 | 8B | 2A | 63 | 0 | 46 | 2D | 8A | 63 | 1B |
| Octal | 1 | 213 | 52 | 143 | 0 | 106 | 55 | 212 | 143 | 33 |
| Binary | 1 | 10001011 | 101010 | 1100011 | 0 | 1000110 | 101101 | 10001010 | 1100011 | 11011 |
Color Harmonies of #018B2A
Complementary color
Monochromatic Colors of #018B2A
Black with #018B2A
Text Example
Text Example
White with #018B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018B2A; }
p { color: rgb(1,139,42); }
H1.HeaderClassName
{
color: #018B2A;
}
.AnyTagClassName
{
color: #018B2A;
}
</style>
background-color css
<style>
a { background-color: #018B2A; }
a { background-color: rgb(1,139,42); }
div.DivClassName
{
background-color: #018B2A;
}
.BgClassName
{
background-color: #018B2A;
}
</style>
border-color css
<style>
span { border-color: #018B2A; }
span { border-color: rgb(1,139,42); }
td.TdClassName
{
border-color: #018B2A;
}
.TagClassName
{
border-color: #018B2A;
}
</style>