Shades of Forest Green #14871B
Tints of Forest Green #14871B
RGB
CMYK
RGB Variations
Color information
#14871B (or 0x14871B) is known color: Forest Green. HEX triplet: 14, 87 and 1B. RGB value is (20,135,27). Sum of RGB (Red+Green+Blue) = 20+135+27=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 135 (53.12% from 255 or 74.18% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 135 - color contains mainly: green. Hex color #14871B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14871B is #EB78E4. Grayscale: #585858. Windows color (decimal): -15431909 or 1804052. OLE color: 1804052.
HSL color Cylindrical-coordinate representation of color #14871B: hue angle of 123.65º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14871B is Cyan = 0.85, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 135 | 27 | - |
| CMYK | 0.85 | 0 | 0.8 | 0.47 |
| HSL | 123.65º | 0.74% | 0.3% | - |
| HSV(B) | 123.65º | 0.85% | 0.53% | - |
| XYZ | 9.15 | 17.56 | 3.94 | - |
| YUV | 88.3 | 93.4 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 135 | 27 | 0.85 | 0 | 0.8 | 0.47 | 123.65 | 0.74 | 0.3 |
| Hex | 14 | 87 | 1B | 55 | 0 | 50 | 2F | 7C | 4A | 1E |
| Octal | 24 | 207 | 33 | 125 | 0 | 120 | 57 | 174 | 112 | 36 |
| Binary | 10100 | 10000111 | 11011 | 1010101 | 0 | 1010000 | 101111 | 1111100 | 1001010 | 11110 |
Color Harmonies of #14871B
Complementary color
Monochromatic Colors of #14871B
Black with #14871B
Text Example
Text Example
White with #14871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14871B; }
p { color: rgb(20,135,27); }
H1.HeaderClassName
{
color: #14871B;
}
.AnyTagClassName
{
color: #14871B;
}
</style>
background-color css
<style>
a { background-color: #14871B; }
a { background-color: rgb(20,135,27); }
div.DivClassName
{
background-color: #14871B;
}
.BgClassName
{
background-color: #14871B;
}
</style>
border-color css
<style>
span { border-color: #14871B; }
span { border-color: rgb(20,135,27); }
td.TdClassName
{
border-color: #14871B;
}
.TagClassName
{
border-color: #14871B;
}
</style>