Shades of Forest Green #1A882F
Tints of Forest Green #1A882F
RGB
CMYK
RGB Variations
Color information
#1A882F (or 0x1A882F) is known color: Forest Green. HEX triplet: 1A, 88 and 2F. RGB value is (26,136,47). Sum of RGB (Red+Green+Blue) = 26+136+47=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 136 (53.52% from 255 or 65.07% from 209); Blue value is 47 (18.75% from 255 or 22.49% from 209); Max value from RGB is 136 - color contains mainly: green. Hex color #1A882F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A882F is #E577D0. Grayscale: #5D5D5D. Windows color (decimal): -15038417 or 3115034. OLE color: 3115034.
HSL color Cylindrical-coordinate representation of color #1A882F: hue angle of 131.45º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A882F is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 136 | 47 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.47 |
| HSL | 131.45º | 0.68% | 0.32% | - |
| HSV(B) | 131.45º | 0.81% | 0.53% | - |
| XYZ | 9.74 | 18.03 | 5.66 | - |
| YUV | 92.96 | 102.06 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 136 | 47 | 0.81 | 0 | 0.65 | 0.47 | 131.45 | 0.68 | 0.32 |
| Hex | 1A | 88 | 2F | 51 | 0 | 41 | 2F | 83 | 44 | 20 |
| Octal | 32 | 210 | 57 | 121 | 0 | 101 | 57 | 203 | 104 | 40 |
| Binary | 11010 | 10001000 | 101111 | 1010001 | 0 | 1000001 | 101111 | 10000011 | 1000100 | 100000 |
Color Harmonies of #1A882F
Complementary color
Monochromatic Colors of #1A882F
Black with #1A882F
Text Example
Text Example
White with #1A882F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A882F; }
p { color: rgb(26,136,47); }
H1.HeaderClassName
{
color: #1A882F;
}
.AnyTagClassName
{
color: #1A882F;
}
</style>
background-color css
<style>
a { background-color: #1A882F; }
a { background-color: rgb(26,136,47); }
div.DivClassName
{
background-color: #1A882F;
}
.BgClassName
{
background-color: #1A882F;
}
</style>
border-color css
<style>
span { border-color: #1A882F; }
span { border-color: rgb(26,136,47); }
td.TdClassName
{
border-color: #1A882F;
}
.TagClassName
{
border-color: #1A882F;
}
</style>