Shades of Forest Green #1A810F
Tints of Forest Green #1A810F
RGB
CMYK
RGB Variations
Color information
#1A810F (or 0x1A810F) is known color: Forest Green. HEX triplet: 1A, 81 and 0F. RGB value is (26,129,15). Sum of RGB (Red+Green+Blue) = 26+129+15=170 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.29% from 170); Green value is 129 (50.78% from 255 or 75.88% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 129 - color contains mainly: green. Hex color #1A810F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A810F is #E57EF0. Grayscale: #555555. Windows color (decimal): -15040241 or 1016090. OLE color: 1016090.
HSL color Cylindrical-coordinate representation of color #1A810F: hue angle of 114.21º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A810F is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 129 | 15 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.49 |
| HSL | 114.21º | 0.79% | 0.28% | - |
| HSV(B) | 114.21º | 0.88% | 0.51% | - |
| XYZ | 8.36 | 15.95 | 3.09 | - |
| YUV | 85.21 | 88.38 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 15 | 0.80 | 0 | 0.88 | 0.49 | 114.21 | 0.79 | 0.28 |
| Hex | 1A | 81 | F | 50 | 0 | 58 | 31 | 72 | 4F | 1C |
| Octal | 32 | 201 | 17 | 120 | 0 | 130 | 61 | 162 | 117 | 34 |
| Binary | 11010 | 10000001 | 1111 | 1010000 | 0 | 1011000 | 110001 | 1110010 | 1001111 | 11100 |
Color Harmonies of #1A810F
Complementary color
Monochromatic Colors of #1A810F
Black with #1A810F
Text Example
Text Example
White with #1A810F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A810F; }
p { color: rgb(26,129,15); }
H1.HeaderClassName
{
color: #1A810F;
}
.AnyTagClassName
{
color: #1A810F;
}
</style>
background-color css
<style>
a { background-color: #1A810F; }
a { background-color: rgb(26,129,15); }
div.DivClassName
{
background-color: #1A810F;
}
.BgClassName
{
background-color: #1A810F;
}
</style>
border-color css
<style>
span { border-color: #1A810F; }
span { border-color: rgb(26,129,15); }
td.TdClassName
{
border-color: #1A810F;
}
.TagClassName
{
border-color: #1A810F;
}
</style>