Shades of Forest Green #1A8935
Tints of Forest Green #1A8935
RGB
CMYK
RGB Variations
Color information
#1A8935 (or 0x1A8935) is known color: Forest Green. HEX triplet: 1A, 89 and 35. RGB value is (26,137,53). Sum of RGB (Red+Green+Blue) = 26+137+53=216 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.04% from 216); Green value is 137 (53.91% from 255 or 63.43% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 137 - color contains mainly: green. Hex color #1A8935 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8935 is #E576CA. Grayscale: #5E5E5E. Windows color (decimal): -15038155 or 3508506. OLE color: 3508506.
HSL color Cylindrical-coordinate representation of color #1A8935: hue angle of 134.59º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8935 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 137 | 53 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.46 |
| HSL | 134.59º | 0.68% | 0.32% | - |
| HSV(B) | 134.59º | 0.81% | 0.54% | - |
| XYZ | 10.01 | 18.37 | 6.39 | - |
| YUV | 94.24 | 104.73 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 137 | 53 | 0.81 | 0 | 0.61 | 0.46 | 134.59 | 0.68 | 0.32 |
| Hex | 1A | 89 | 35 | 51 | 0 | 3D | 2E | 87 | 44 | 20 |
| Octal | 32 | 211 | 65 | 121 | 0 | 75 | 56 | 207 | 104 | 40 |
| Binary | 11010 | 10001001 | 110101 | 1010001 | 0 | 111101 | 101110 | 10000111 | 1000100 | 100000 |
Color Harmonies of #1A8935
Complementary color
Monochromatic Colors of #1A8935
Black with #1A8935
Text Example
Text Example
White with #1A8935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8935; }
p { color: rgb(26,137,53); }
H1.HeaderClassName
{
color: #1A8935;
}
.AnyTagClassName
{
color: #1A8935;
}
</style>
background-color css
<style>
a { background-color: #1A8935; }
a { background-color: rgb(26,137,53); }
div.DivClassName
{
background-color: #1A8935;
}
.BgClassName
{
background-color: #1A8935;
}
</style>
border-color css
<style>
span { border-color: #1A8935; }
span { border-color: rgb(26,137,53); }
td.TdClassName
{
border-color: #1A8935;
}
.TagClassName
{
border-color: #1A8935;
}
</style>