Shades of Forest Green #1F7A1B
Tints of Forest Green #1F7A1B
RGB
CMYK
RGB Variations
Color information
#1F7A1B (or 0x1F7A1B) is known color: Forest Green. HEX triplet: 1F, 7A and 1B. RGB value is (31,122,27). Sum of RGB (Red+Green+Blue) = 31+122+27=180 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.22% from 180); Green value is 122 (48.05% from 255 or 67.78% from 180); Blue value is 27 (10.94% from 255 or 15% from 180); Max value from RGB is 122 - color contains mainly: green. Hex color #1F7A1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7A1B is #E085E4. Grayscale: #545454. Windows color (decimal): -14714341 or 1800735. OLE color: 1800735.
HSL color Cylindrical-coordinate representation of color #1F7A1B: hue angle of 117.47º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F7A1B is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 31 | 122 | 27 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.52 |
| HSL | 117.47º | 0.64% | 0.29% | - |
| HSV(B) | 117.47º | 0.78% | 0.48% | - |
| XYZ | 7.72 | 14.29 | 3.39 | - |
| YUV | 83.96 | 95.85 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 122 | 27 | 0.75 | 0 | 0.78 | 0.52 | 117.47 | 0.64 | 0.29 |
| Hex | 1F | 7A | 1B | 4B | 0 | 4E | 34 | 75 | 40 | 1D |
| Octal | 37 | 172 | 33 | 113 | 0 | 116 | 64 | 165 | 100 | 35 |
| Binary | 11111 | 1111010 | 11011 | 1001011 | 0 | 1001110 | 110100 | 1110101 | 1000000 | 11101 |
Color Harmonies of #1F7A1B
Complementary color
Monochromatic Colors of #1F7A1B
Black with #1F7A1B
Text Example
Text Example
White with #1F7A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F7A1B; }
p { color: rgb(31,122,27); }
H1.HeaderClassName
{
color: #1F7A1B;
}
.AnyTagClassName
{
color: #1F7A1B;
}
</style>
background-color css
<style>
a { background-color: #1F7A1B; }
a { background-color: rgb(31,122,27); }
div.DivClassName
{
background-color: #1F7A1B;
}
.BgClassName
{
background-color: #1F7A1B;
}
</style>
border-color css
<style>
span { border-color: #1F7A1B; }
span { border-color: rgb(31,122,27); }
td.TdClassName
{
border-color: #1F7A1B;
}
.TagClassName
{
border-color: #1F7A1B;
}
</style>