Shades of Forest Green #1E751B
Tints of Forest Green #1E751B
RGB
CMYK
RGB Variations
Color information
#1E751B (or 0x1E751B) is known color: Forest Green. HEX triplet: 1E, 75 and 1B. RGB value is (30,117,27). Sum of RGB (Red+Green+Blue) = 30+117+27=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 117 (46.09% from 255 or 67.24% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 117 - color contains mainly: green. Hex color #1E751B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E751B is #E18AE4. Grayscale: #515151. Windows color (decimal): -14781157 or 1799454. OLE color: 1799454.
HSL color Cylindrical-coordinate representation of color #1E751B: hue angle of 118º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E751B is Cyan = 0.74, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 117 | 27 | - |
| CMYK | 0.74 | 0 | 0.77 | 0.54 |
| HSL | 118º | 0.63% | 0.28% | - |
| HSV(B) | 118º | 0.77% | 0.46% | - |
| XYZ | 7.09 | 13.08 | 3.19 | - |
| YUV | 80.73 | 97.68 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 117 | 27 | 0.74 | 0 | 0.77 | 0.54 | 118 | 0.63 | 0.28 |
| Hex | 1E | 75 | 1B | 4A | 0 | 4D | 36 | 76 | 3E | 1C |
| Octal | 36 | 165 | 33 | 112 | 0 | 115 | 66 | 166 | 76 | 34 |
| Binary | 11110 | 1110101 | 11011 | 1001010 | 0 | 1001101 | 110110 | 1110110 | 111110 | 11100 |
Color Harmonies of #1E751B
Complementary color
Monochromatic Colors of #1E751B
Black with #1E751B
Text Example
Text Example
White with #1E751B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E751B; }
p { color: rgb(30,117,27); }
H1.HeaderClassName
{
color: #1E751B;
}
.AnyTagClassName
{
color: #1E751B;
}
</style>
background-color css
<style>
a { background-color: #1E751B; }
a { background-color: rgb(30,117,27); }
div.DivClassName
{
background-color: #1E751B;
}
.BgClassName
{
background-color: #1E751B;
}
</style>
border-color css
<style>
span { border-color: #1E751B; }
span { border-color: rgb(30,117,27); }
td.TdClassName
{
border-color: #1E751B;
}
.TagClassName
{
border-color: #1E751B;
}
</style>