Shades of Forest Green #14841B
Tints of Forest Green #14841B
RGB
CMYK
RGB Variations
Color information
#14841B (or 0x14841B) is known color: Forest Green. HEX triplet: 14, 84 and 1B. RGB value is (20,132,27). Sum of RGB (Red+Green+Blue) = 20+132+27=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 132 (51.95% from 255 or 73.74% from 179); Blue value is 27 (10.94% from 255 or 15.08% from 179); Max value from RGB is 132 - color contains mainly: green. Hex color #14841B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14841B is #EB7BE4. Grayscale: #565656. Windows color (decimal): -15432677 or 1803284. OLE color: 1803284.
HSL color Cylindrical-coordinate representation of color #14841B: hue angle of 123.75º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14841B is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 20 | 132 | 27 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.48 |
| HSL | 123.75º | 0.74% | 0.3% | - |
| HSV(B) | 123.75º | 0.85% | 0.52% | - |
| XYZ | 8.74 | 16.73 | 3.81 | - |
| YUV | 86.54 | 94.39 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 132 | 27 | 0.85 | 0 | 0.80 | 0.48 | 123.75 | 0.74 | 0.3 |
| Hex | 14 | 84 | 1B | 55 | 0 | 50 | 30 | 7C | 4A | 1E |
| Octal | 24 | 204 | 33 | 125 | 0 | 120 | 60 | 174 | 112 | 36 |
| Binary | 10100 | 10000100 | 11011 | 1010101 | 0 | 1010000 | 110000 | 1111100 | 1001010 | 11110 |
Color Harmonies of #14841B
Complementary color
Monochromatic Colors of #14841B
Black with #14841B
Text Example
Text Example
White with #14841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14841B; }
p { color: rgb(20,132,27); }
H1.HeaderClassName
{
color: #14841B;
}
.AnyTagClassName
{
color: #14841B;
}
</style>
background-color css
<style>
a { background-color: #14841B; }
a { background-color: rgb(20,132,27); }
div.DivClassName
{
background-color: #14841B;
}
.BgClassName
{
background-color: #14841B;
}
</style>
border-color css
<style>
span { border-color: #14841B; }
span { border-color: rgb(20,132,27); }
td.TdClassName
{
border-color: #14841B;
}
.TagClassName
{
border-color: #14841B;
}
</style>