Shades of Forest Green #1A741F
Tints of Forest Green #1A741F
RGB
CMYK
RGB Variations
Color information
#1A741F (or 0x1A741F) is known color: Forest Green. HEX triplet: 1A, 74 and 1F. RGB value is (26,116,31). Sum of RGB (Red+Green+Blue) = 26+116+31=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 116 (45.70% from 255 or 67.05% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 116 - color contains mainly: green. Hex color #1A741F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A741F is #E58BE0. Grayscale: #4F4F4F. Windows color (decimal): -15043553 or 2061338. OLE color: 2061338.
HSL color Cylindrical-coordinate representation of color #1A741F: hue angle of 123.33º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A741F is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 26 | 116 | 31 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.55 |
| HSL | 123.33º | 0.63% | 0.28% | - |
| HSV(B) | 123.33º | 0.78% | 0.45% | - |
| XYZ | 6.92 | 12.81 | 3.4 | - |
| YUV | 79.4 | 100.68 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 116 | 31 | 0.78 | 0 | 0.73 | 0.55 | 123.33 | 0.63 | 0.28 |
| Hex | 1A | 74 | 1F | 4E | 0 | 49 | 37 | 7B | 3F | 1C |
| Octal | 32 | 164 | 37 | 116 | 0 | 111 | 67 | 173 | 77 | 34 |
| Binary | 11010 | 1110100 | 11111 | 1001110 | 0 | 1001001 | 110111 | 1111011 | 111111 | 11100 |
Color Harmonies of #1A741F
Complementary color
Monochromatic Colors of #1A741F
Black with #1A741F
Text Example
Text Example
White with #1A741F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A741F; }
p { color: rgb(26,116,31); }
H1.HeaderClassName
{
color: #1A741F;
}
.AnyTagClassName
{
color: #1A741F;
}
</style>
background-color css
<style>
a { background-color: #1A741F; }
a { background-color: rgb(26,116,31); }
div.DivClassName
{
background-color: #1A741F;
}
.BgClassName
{
background-color: #1A741F;
}
</style>
border-color css
<style>
span { border-color: #1A741F; }
span { border-color: rgb(26,116,31); }
td.TdClassName
{
border-color: #1A741F;
}
.TagClassName
{
border-color: #1A741F;
}
</style>