Shades of Forest Green #1A7518
Tints of Forest Green #1A7518
RGB
CMYK
RGB Variations
Color information
#1A7518 (or 0x1A7518) is known color: Forest Green. HEX triplet: 1A, 75 and 18. RGB value is (26,117,24). Sum of RGB (Red+Green+Blue) = 26+117+24=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 117 (46.09% from 255 or 70.06% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 117 - color contains mainly: green. Hex color #1A7518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1A7518 is #E58AE7. Grayscale: #4F4F4F. Windows color (decimal): -15043304 or 1602842. OLE color: 1602842.
HSL color Cylindrical-coordinate representation of color #1A7518: hue angle of 118.71º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1A7518 is Cyan = 0.78, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 117 | 24 | - |
| CMYK | 0.78 | 0 | 0.79 | 0.54 |
| HSL | 118.71º | 0.66% | 0.28% | - |
| HSV(B) | 118.71º | 0.79% | 0.46% | - |
| XYZ | 6.95 | 13.01 | 3.01 | - |
| YUV | 79.19 | 96.85 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 117 | 24 | 0.78 | 0 | 0.79 | 0.54 | 118.71 | 0.66 | 0.28 |
| Hex | 1A | 75 | 18 | 4E | 0 | 4F | 36 | 77 | 42 | 1C |
| Octal | 32 | 165 | 30 | 116 | 0 | 117 | 66 | 167 | 102 | 34 |
| Binary | 11010 | 1110101 | 11000 | 1001110 | 0 | 1001111 | 110110 | 1110111 | 1000010 | 11100 |
Color Harmonies of #1A7518
Complementary color
Monochromatic Colors of #1A7518
Black with #1A7518
Text Example
Text Example
White with #1A7518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7518; }
p { color: rgb(26,117,24); }
H1.HeaderClassName
{
color: #1A7518;
}
.AnyTagClassName
{
color: #1A7518;
}
</style>
background-color css
<style>
a { background-color: #1A7518; }
a { background-color: rgb(26,117,24); }
div.DivClassName
{
background-color: #1A7518;
}
.BgClassName
{
background-color: #1A7518;
}
</style>
border-color css
<style>
span { border-color: #1A7518; }
span { border-color: rgb(26,117,24); }
td.TdClassName
{
border-color: #1A7518;
}
.TagClassName
{
border-color: #1A7518;
}
</style>