Shades of Forest Green #018A27
Tints of Forest Green #018A27
RGB
CMYK
RGB Variations
Color information
#018A27 (or 0x018A27) is known color: Forest Green. HEX triplet: 01, 8A and 27. RGB value is (1,138,39). Sum of RGB (Red+Green+Blue) = 1+138+39=178 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 178); Green value is 138 (54.30% from 255 or 77.53% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 138 - color contains mainly: green. Hex color #018A27 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018A27 is #FE75D8. Grayscale: #565656. Windows color (decimal): -16676313 or 2591233. OLE color: 2591233.
HSL color Cylindrical-coordinate representation of color #018A27: hue angle of 136.64º 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 #018A27 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 138 | 39 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.46 |
| HSL | 136.64º | 0.99% | 0.27% | - |
| HSV(B) | 136.64º | 0.99% | 0.54% | - |
| XYZ | 9.47 | 18.33 | 4.96 | - |
| YUV | 85.75 | 101.61 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 39 | 0.99 | 0 | 0.72 | 0.46 | 136.64 | 0.99 | 0.27 |
| Hex | 1 | 8A | 27 | 63 | 0 | 48 | 2E | 89 | 63 | 1B |
| Octal | 1 | 212 | 47 | 143 | 0 | 110 | 56 | 211 | 143 | 33 |
| Binary | 1 | 10001010 | 100111 | 1100011 | 0 | 1001000 | 101110 | 10001001 | 1100011 | 11011 |
Color Harmonies of #018A27
Complementary color
Monochromatic Colors of #018A27
Black with #018A27
Text Example
Text Example
White with #018A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018A27; }
p { color: rgb(1,138,39); }
H1.HeaderClassName
{
color: #018A27;
}
.AnyTagClassName
{
color: #018A27;
}
</style>
background-color css
<style>
a { background-color: #018A27; }
a { background-color: rgb(1,138,39); }
div.DivClassName
{
background-color: #018A27;
}
.BgClassName
{
background-color: #018A27;
}
</style>
border-color css
<style>
span { border-color: #018A27; }
span { border-color: rgb(1,138,39); }
td.TdClassName
{
border-color: #018A27;
}
.TagClassName
{
border-color: #018A27;
}
</style>