Shades of Forest Green #1A8D1F
Tints of Forest Green #1A8D1F
RGB
CMYK
RGB Variations
Color information
#1A8D1F (or 0x1A8D1F) is known color: Forest Green. HEX triplet: 1A, 8D and 1F. RGB value is (26,141,31). Sum of RGB (Red+Green+Blue) = 26+141+31=198 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.13% from 198); Green value is 141 (55.47% from 255 or 71.21% from 198); Blue value is 31 (12.5% from 255 or 15.66% from 198); Max value from RGB is 141 - color contains mainly: green. Hex color #1A8D1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8D1F is #E572E0. Grayscale: #5E5E5E. Windows color (decimal): -15037153 or 2067738. OLE color: 2067738.
HSL color Cylindrical-coordinate representation of color #1A8D1F: hue angle of 122.61º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A8D1F is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 26 | 141 | 31 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.45 |
| HSL | 122.61º | 0.69% | 0.33% | - |
| HSV(B) | 122.61º | 0.82% | 0.55% | - |
| XYZ | 10.2 | 19.37 | 4.5 | - |
| YUV | 94.08 | 92.4 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 141 | 31 | 0.82 | 0 | 0.78 | 0.45 | 122.61 | 0.69 | 0.33 |
| Hex | 1A | 8D | 1F | 52 | 0 | 4E | 2D | 7B | 45 | 21 |
| Octal | 32 | 215 | 37 | 122 | 0 | 116 | 55 | 173 | 105 | 41 |
| Binary | 11010 | 10001101 | 11111 | 1010010 | 0 | 1001110 | 101101 | 1111011 | 1000101 | 100001 |
Color Harmonies of #1A8D1F
Complementary color
Monochromatic Colors of #1A8D1F
Black with #1A8D1F
Text Example
Text Example
White with #1A8D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8D1F; }
p { color: rgb(26,141,31); }
H1.HeaderClassName
{
color: #1A8D1F;
}
.AnyTagClassName
{
color: #1A8D1F;
}
</style>
background-color css
<style>
a { background-color: #1A8D1F; }
a { background-color: rgb(26,141,31); }
div.DivClassName
{
background-color: #1A8D1F;
}
.BgClassName
{
background-color: #1A8D1F;
}
</style>
border-color css
<style>
span { border-color: #1A8D1F; }
span { border-color: rgb(26,141,31); }
td.TdClassName
{
border-color: #1A8D1F;
}
.TagClassName
{
border-color: #1A8D1F;
}
</style>