Shades of Forest Green #1E741B
Tints of Forest Green #1E741B
RGB
CMYK
RGB Variations
Color information
#1E741B (or 0x1E741B) is known color: Forest Green. HEX triplet: 1E, 74 and 1B. RGB value is (30,116,27). Sum of RGB (Red+Green+Blue) = 30+116+27=173 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.34% from 173); Green value is 116 (45.70% from 255 or 67.05% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 116 - color contains mainly: green. Hex color #1E741B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E741B is #E18BE4. Grayscale: #505050. Windows color (decimal): -14781413 or 1799198. OLE color: 1799198.
HSL color Cylindrical-coordinate representation of color #1E741B: hue angle of 117.98º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E741B is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 116 | 27 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.55 |
| HSL | 117.98º | 0.62% | 0.28% | - |
| HSV(B) | 117.98º | 0.77% | 0.45% | - |
| XYZ | 6.98 | 12.85 | 3.15 | - |
| YUV | 80.14 | 98.01 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 116 | 27 | 0.74 | 0 | 0.77 | 0.55 | 117.98 | 0.62 | 0.28 |
| Hex | 1E | 74 | 1B | 4A | 0 | 4D | 37 | 76 | 3E | 1C |
| Octal | 36 | 164 | 33 | 112 | 0 | 115 | 67 | 166 | 76 | 34 |
| Binary | 11110 | 1110100 | 11011 | 1001010 | 0 | 1001101 | 110111 | 1110110 | 111110 | 11100 |
Color Harmonies of #1E741B
Complementary color
Monochromatic Colors of #1E741B
Black with #1E741B
Text Example
Text Example
White with #1E741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E741B; }
p { color: rgb(30,116,27); }
H1.HeaderClassName
{
color: #1E741B;
}
.AnyTagClassName
{
color: #1E741B;
}
</style>
background-color css
<style>
a { background-color: #1E741B; }
a { background-color: rgb(30,116,27); }
div.DivClassName
{
background-color: #1E741B;
}
.BgClassName
{
background-color: #1E741B;
}
</style>
border-color css
<style>
span { border-color: #1E741B; }
span { border-color: rgb(30,116,27); }
td.TdClassName
{
border-color: #1E741B;
}
.TagClassName
{
border-color: #1E741B;
}
</style>