Shades of Forest Green #1A840F
Tints of Forest Green #1A840F
RGB
CMYK
RGB Variations
Color information
#1A840F (or 0x1A840F) is known color: Forest Green. HEX triplet: 1A, 84 and 0F. RGB value is (26,132,15). Sum of RGB (Red+Green+Blue) = 26+132+15=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 132 (51.95% from 255 or 76.30% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 132 - color contains mainly: green. Hex color #1A840F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1A840F is #E57BF0. Grayscale: #575757. Windows color (decimal): -15039473 or 1016858. OLE color: 1016858.
HSL color Cylindrical-coordinate representation of color #1A840F: hue angle of 114.36º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A840F is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 132 | 15 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.48 |
| HSL | 114.36º | 0.8% | 0.29% | - |
| HSV(B) | 114.36º | 0.89% | 0.52% | - |
| XYZ | 8.76 | 16.76 | 3.22 | - |
| YUV | 86.97 | 87.38 | 84.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 132 | 15 | 0.80 | 0 | 0.89 | 0.48 | 114.36 | 0.8 | 0.29 |
| Hex | 1A | 84 | F | 50 | 0 | 59 | 30 | 72 | 50 | 1D |
| Octal | 32 | 204 | 17 | 120 | 0 | 131 | 60 | 162 | 120 | 35 |
| Binary | 11010 | 10000100 | 1111 | 1010000 | 0 | 1011001 | 110000 | 1110010 | 1010000 | 11101 |
Color Harmonies of #1A840F
Complementary color
Monochromatic Colors of #1A840F
Black with #1A840F
Text Example
Text Example
White with #1A840F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A840F; }
p { color: rgb(26,132,15); }
H1.HeaderClassName
{
color: #1A840F;
}
.AnyTagClassName
{
color: #1A840F;
}
</style>
background-color css
<style>
a { background-color: #1A840F; }
a { background-color: rgb(26,132,15); }
div.DivClassName
{
background-color: #1A840F;
}
.BgClassName
{
background-color: #1A840F;
}
</style>
border-color css
<style>
span { border-color: #1A840F; }
span { border-color: rgb(26,132,15); }
td.TdClassName
{
border-color: #1A840F;
}
.TagClassName
{
border-color: #1A840F;
}
</style>