Shades of Forest Green #1A810D
Tints of Forest Green #1A810D
RGB
CMYK
RGB Variations
Color information
#1A810D (or 0x1A810D) is known color: Forest Green. HEX triplet: 1A, 81 and 0D. RGB value is (26,129,13). Sum of RGB (Red+Green+Blue) = 26+129+13=168 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.48% from 168); Green value is 129 (50.78% from 255 or 76.79% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 129 - color contains mainly: green. Hex color #1A810D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A810D is #E57EF2. Grayscale: #555555. Windows color (decimal): -15040243 or 885018. OLE color: 885018.
HSL color Cylindrical-coordinate representation of color #1A810D: hue angle of 113.28º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A810D is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 26 | 129 | 13 | - |
| CMYK | 0.80 | 0 | 0.90 | 0.49 |
| HSL | 113.28º | 0.82% | 0.28% | - |
| HSV(B) | 113.28º | 0.9% | 0.51% | - |
| XYZ | 8.35 | 15.95 | 3.02 | - |
| YUV | 84.98 | 87.38 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 13 | 0.80 | 0 | 0.90 | 0.49 | 113.28 | 0.82 | 0.28 |
| Hex | 1A | 81 | D | 50 | 0 | 5A | 31 | 71 | 52 | 1C |
| Octal | 32 | 201 | 15 | 120 | 0 | 132 | 61 | 161 | 122 | 34 |
| Binary | 11010 | 10000001 | 1101 | 1010000 | 0 | 1011010 | 110001 | 1110001 | 1010010 | 11100 |
Color Harmonies of #1A810D
Complementary color
Monochromatic Colors of #1A810D
Black with #1A810D
Text Example
Text Example
White with #1A810D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A810D; }
p { color: rgb(26,129,13); }
H1.HeaderClassName
{
color: #1A810D;
}
.AnyTagClassName
{
color: #1A810D;
}
</style>
background-color css
<style>
a { background-color: #1A810D; }
a { background-color: rgb(26,129,13); }
div.DivClassName
{
background-color: #1A810D;
}
.BgClassName
{
background-color: #1A810D;
}
</style>
border-color css
<style>
span { border-color: #1A810D; }
span { border-color: rgb(26,129,13); }
td.TdClassName
{
border-color: #1A810D;
}
.TagClassName
{
border-color: #1A810D;
}
</style>