Shades of Forest Green #1A920F
Tints of Forest Green #1A920F
RGB
CMYK
RGB Variations
Color information
#1A920F (or 0x1A920F) is known color: Forest Green. HEX triplet: 1A, 92 and 0F. RGB value is (26,146,15). Sum of RGB (Red+Green+Blue) = 26+146+15=187 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.90% from 187); Green value is 146 (57.42% from 255 or 78.07% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 146 - color contains mainly: green. Hex color #1A920F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A920F is #E56DF0. Grayscale: #5F5F5F. Windows color (decimal): -15035889 or 1020442. OLE color: 1020442.
HSL color Cylindrical-coordinate representation of color #1A920F: hue angle of 114.96º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A920F is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 26 | 146 | 15 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.43 |
| HSL | 114.96º | 0.81% | 0.32% | - |
| HSV(B) | 114.96º | 0.9% | 0.57% | - |
| XYZ | 10.79 | 20.81 | 3.9 | - |
| YUV | 95.19 | 82.74 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 146 | 15 | 0.82 | 0 | 0.90 | 0.43 | 114.96 | 0.81 | 0.32 |
| Hex | 1A | 92 | F | 52 | 0 | 5A | 2B | 73 | 51 | 20 |
| Octal | 32 | 222 | 17 | 122 | 0 | 132 | 53 | 163 | 121 | 40 |
| Binary | 11010 | 10010010 | 1111 | 1010010 | 0 | 1011010 | 101011 | 1110011 | 1010001 | 100000 |
Color Harmonies of #1A920F
Complementary color
Monochromatic Colors of #1A920F
Black with #1A920F
Text Example
Text Example
White with #1A920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A920F; }
p { color: rgb(26,146,15); }
H1.HeaderClassName
{
color: #1A920F;
}
.AnyTagClassName
{
color: #1A920F;
}
</style>
background-color css
<style>
a { background-color: #1A920F; }
a { background-color: rgb(26,146,15); }
div.DivClassName
{
background-color: #1A920F;
}
.BgClassName
{
background-color: #1A920F;
}
</style>
border-color css
<style>
span { border-color: #1A920F; }
span { border-color: rgb(26,146,15); }
td.TdClassName
{
border-color: #1A920F;
}
.TagClassName
{
border-color: #1A920F;
}
</style>