Shades of Forest Green #14941C
Tints of Forest Green #14941C
RGB
CMYK
RGB Variations
Color information
#14941C (or 0x14941C) is known color: Forest Green. HEX triplet: 14, 94 and 1C. RGB value is (20,148,28). Sum of RGB (Red+Green+Blue) = 20+148+28=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 148 (58.20% from 255 or 75.51% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 148 - color contains mainly: green. Hex color #14941C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14941C is #EB6BE3. Grayscale: #606060. Windows color (decimal): -15428580 or 1872916. OLE color: 1872916.
HSL color Cylindrical-coordinate representation of color #14941C: hue angle of 123.75º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14941C is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 20 | 148 | 28 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.42 |
| HSL | 123.75º | 0.76% | 0.33% | - |
| HSV(B) | 123.75º | 0.86% | 0.58% | - |
| XYZ | 11.09 | 21.41 | 4.65 | - |
| YUV | 96.05 | 89.59 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 148 | 28 | 0.86 | 0 | 0.81 | 0.42 | 123.75 | 0.76 | 0.33 |
| Hex | 14 | 94 | 1C | 56 | 0 | 51 | 2A | 7C | 4C | 21 |
| Octal | 24 | 224 | 34 | 126 | 0 | 121 | 52 | 174 | 114 | 41 |
| Binary | 10100 | 10010100 | 11100 | 1010110 | 0 | 1010001 | 101010 | 1111100 | 1001100 | 100001 |
Color Harmonies of #14941C
Complementary color
Monochromatic Colors of #14941C
Black with #14941C
Text Example
Text Example
White with #14941C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14941C; }
p { color: rgb(20,148,28); }
H1.HeaderClassName
{
color: #14941C;
}
.AnyTagClassName
{
color: #14941C;
}
</style>
background-color css
<style>
a { background-color: #14941C; }
a { background-color: rgb(20,148,28); }
div.DivClassName
{
background-color: #14941C;
}
.BgClassName
{
background-color: #14941C;
}
</style>
border-color css
<style>
span { border-color: #14941C; }
span { border-color: rgb(20,148,28); }
td.TdClassName
{
border-color: #14941C;
}
.TagClassName
{
border-color: #14941C;
}
</style>