Shades of Forest Green #19920B
Tints of Forest Green #19920B
RGB
CMYK
RGB Variations
Color information
#19920B (or 0x19920B) is known color: Forest Green. HEX triplet: 19, 92 and 0B. RGB value is (25,146,11). Sum of RGB (Red+Green+Blue) = 25+146+11=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 146 (57.42% from 255 or 80.22% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 146 - color contains mainly: green. Hex color #19920B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #19920B is #E66DF4. Grayscale: #5E5E5E. Windows color (decimal): -15101429 or 758297. OLE color: 758297.
HSL color Cylindrical-coordinate representation of color #19920B: hue angle of 113.78º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19920B is Cyan = 0.83, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 25 | 146 | 11 | - |
| CMYK | 0.83 | 0 | 0.92 | 0.43 |
| HSL | 113.78º | 0.86% | 0.31% | - |
| HSV(B) | 113.78º | 0.92% | 0.57% | - |
| XYZ | 10.74 | 20.79 | 3.76 | - |
| YUV | 94.43 | 80.91 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 146 | 11 | 0.83 | 0 | 0.92 | 0.43 | 113.78 | 0.86 | 0.31 |
| Hex | 19 | 92 | B | 53 | 0 | 5C | 2B | 72 | 56 | 1F |
| Octal | 31 | 222 | 13 | 123 | 0 | 134 | 53 | 162 | 126 | 37 |
| Binary | 11001 | 10010010 | 1011 | 1010011 | 0 | 1011100 | 101011 | 1110010 | 1010110 | 11111 |
Color Harmonies of #19920B
Complementary color
Monochromatic Colors of #19920B
Black with #19920B
Text Example
Text Example
White with #19920B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19920B; }
p { color: rgb(25,146,11); }
H1.HeaderClassName
{
color: #19920B;
}
.AnyTagClassName
{
color: #19920B;
}
</style>
background-color css
<style>
a { background-color: #19920B; }
a { background-color: rgb(25,146,11); }
div.DivClassName
{
background-color: #19920B;
}
.BgClassName
{
background-color: #19920B;
}
</style>
border-color css
<style>
span { border-color: #19920B; }
span { border-color: rgb(25,146,11); }
td.TdClassName
{
border-color: #19920B;
}
.TagClassName
{
border-color: #19920B;
}
</style>