Shades of Forest Green #1A751F
Tints of Forest Green #1A751F
RGB
CMYK
RGB Variations
Color information
#1A751F (or 0x1A751F) is known color: Forest Green. HEX triplet: 1A, 75 and 1F. RGB value is (26,117,31). Sum of RGB (Red+Green+Blue) = 26+117+31=174 (23% of max value = 765). Red value is 26 (10.55% from 255 or 14.94% from 174); Green value is 117 (46.09% from 255 or 67.24% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 117 - color contains mainly: green. Hex color #1A751F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1A751F is #E58AE0. Grayscale: #505050. Windows color (decimal): -15043297 or 2061594. OLE color: 2061594.
HSL color Cylindrical-coordinate representation of color #1A751F: hue angle of 123.3º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1A751F is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 26 | 117 | 31 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.54 |
| HSL | 123.3º | 0.64% | 0.28% | - |
| HSV(B) | 123.3º | 0.78% | 0.46% | - |
| XYZ | 7.03 | 13.04 | 3.44 | - |
| YUV | 79.99 | 100.35 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 117 | 31 | 0.78 | 0 | 0.74 | 0.54 | 123.3 | 0.64 | 0.28 |
| Hex | 1A | 75 | 1F | 4E | 0 | 4A | 36 | 7B | 40 | 1C |
| Octal | 32 | 165 | 37 | 116 | 0 | 112 | 66 | 173 | 100 | 34 |
| Binary | 11010 | 1110101 | 11111 | 1001110 | 0 | 1001010 | 110110 | 1111011 | 1000000 | 11100 |
Color Harmonies of #1A751F
Complementary color
Monochromatic Colors of #1A751F
Black with #1A751F
Text Example
Text Example
White with #1A751F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A751F; }
p { color: rgb(26,117,31); }
H1.HeaderClassName
{
color: #1A751F;
}
.AnyTagClassName
{
color: #1A751F;
}
</style>
background-color css
<style>
a { background-color: #1A751F; }
a { background-color: rgb(26,117,31); }
div.DivClassName
{
background-color: #1A751F;
}
.BgClassName
{
background-color: #1A751F;
}
</style>
border-color css
<style>
span { border-color: #1A751F; }
span { border-color: rgb(26,117,31); }
td.TdClassName
{
border-color: #1A751F;
}
.TagClassName
{
border-color: #1A751F;
}
</style>