Shades of Forest Green #1A8730
Tints of Forest Green #1A8730
RGB
CMYK
RGB Variations
Color information
#1A8730 (or 0x1A8730) is known color: Forest Green. HEX triplet: 1A, 87 and 30. RGB value is (26,135,48). Sum of RGB (Red+Green+Blue) = 26+135+48=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 135 (53.12% from 255 or 64.59% from 209); Blue value is 48 (19.14% from 255 or 22.97% from 209); Max value from RGB is 135 - color contains mainly: green. Hex color #1A8730 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1A8730 is #E578CF. Grayscale: #5C5C5C. Windows color (decimal): -15038672 or 3180314. OLE color: 3180314.
HSL color Cylindrical-coordinate representation of color #1A8730: hue angle of 132.11º 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 #1A8730 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 48 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.47 |
| HSL | 132.11º | 0.68% | 0.32% | - |
| HSV(B) | 132.11º | 0.81% | 0.53% | - |
| XYZ | 9.62 | 17.76 | 5.72 | - |
| YUV | 92.49 | 102.89 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 48 | 0.81 | 0 | 0.64 | 0.47 | 132.11 | 0.68 | 0.32 |
| Hex | 1A | 87 | 30 | 51 | 0 | 40 | 2F | 84 | 44 | 20 |
| Octal | 32 | 207 | 60 | 121 | 0 | 100 | 57 | 204 | 104 | 40 |
| Binary | 11010 | 10000111 | 110000 | 1010001 | 0 | 1000000 | 101111 | 10000100 | 1000100 | 100000 |
Color Harmonies of #1A8730
Complementary color
Monochromatic Colors of #1A8730
Black with #1A8730
Text Example
Text Example
White with #1A8730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8730; }
p { color: rgb(26,135,48); }
H1.HeaderClassName
{
color: #1A8730;
}
.AnyTagClassName
{
color: #1A8730;
}
</style>
background-color css
<style>
a { background-color: #1A8730; }
a { background-color: rgb(26,135,48); }
div.DivClassName
{
background-color: #1A8730;
}
.BgClassName
{
background-color: #1A8730;
}
</style>
border-color css
<style>
span { border-color: #1A8730; }
span { border-color: rgb(26,135,48); }
td.TdClassName
{
border-color: #1A8730;
}
.TagClassName
{
border-color: #1A8730;
}
</style>