Shades of Forest Green #018A2C
Tints of Forest Green #018A2C
RGB
CMYK
RGB Variations
Color information
#018A2C (or 0x018A2C) is known color: Forest Green. HEX triplet: 01, 8A and 2C. RGB value is (1,138,44). Sum of RGB (Red+Green+Blue) = 1+138+44=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 138 (54.30% from 255 or 75.41% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 138 - color contains mainly: green. Hex color #018A2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A2C is #FE75D3. Grayscale: #565656. Windows color (decimal): -16676308 or 2918913. OLE color: 2918913.
HSL color Cylindrical-coordinate representation of color #018A2C: hue angle of 138.83º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018A2C is Cyan = 0.99, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 44 | - |
| CMYK | 0.99 | 0 | 0.68 | 0.46 |
| HSL | 138.83º | 0.99% | 0.27% | - |
| HSV(B) | 138.83º | 0.99% | 0.54% | - |
| XYZ | 9.56 | 18.37 | 5.42 | - |
| YUV | 86.32 | 104.11 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 44 | 0.99 | 0 | 0.68 | 0.46 | 138.83 | 0.99 | 0.27 |
| Hex | 1 | 8A | 2C | 63 | 0 | 44 | 2E | 8B | 63 | 1B |
| Octal | 1 | 212 | 54 | 143 | 0 | 104 | 56 | 213 | 143 | 33 |
| Binary | 1 | 10001010 | 101100 | 1100011 | 0 | 1000100 | 101110 | 10001011 | 1100011 | 11011 |
Color Harmonies of #018A2C
Complementary color
Monochromatic Colors of #018A2C
Black with #018A2C
Text Example
Text Example
White with #018A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A2C; }
p { color: rgb(1,138,44); }
H1.HeaderClassName
{
color: #018A2C;
}
.AnyTagClassName
{
color: #018A2C;
}
</style>
background-color css
<style>
a { background-color: #018A2C; }
a { background-color: rgb(1,138,44); }
div.DivClassName
{
background-color: #018A2C;
}
.BgClassName
{
background-color: #018A2C;
}
</style>
border-color css
<style>
span { border-color: #018A2C; }
span { border-color: rgb(1,138,44); }
td.TdClassName
{
border-color: #018A2C;
}
.TagClassName
{
border-color: #018A2C;
}
</style>