Shades of Forest Green #1B750F
Tints of Forest Green #1B750F
RGB
CMYK
RGB Variations
Color information
#1B750F (or 0x1B750F) is known color: Forest Green. HEX triplet: 1B, 75 and 0F. RGB value is (27,117,15). Sum of RGB (Red+Green+Blue) = 27+117+15=159 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.98% from 159); Green value is 117 (46.09% from 255 or 73.58% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 117 - color contains mainly: green. Hex color #1B750F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B750F is #E48AF0. Grayscale: #4E4E4E. Windows color (decimal): -14977777 or 1013019. OLE color: 1013019.
HSL color Cylindrical-coordinate representation of color #1B750F: hue angle of 112.94º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B750F is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 117 | 15 | - |
| CMYK | 0.77 | 0 | 0.87 | 0.54 |
| HSL | 112.94º | 0.77% | 0.26% | - |
| HSV(B) | 112.94º | 0.87% | 0.46% | - |
| XYZ | 6.9 | 12.99 | 2.6 | - |
| YUV | 78.46 | 92.18 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 117 | 15 | 0.77 | 0 | 0.87 | 0.54 | 112.94 | 0.77 | 0.26 |
| Hex | 1B | 75 | F | 4D | 0 | 57 | 36 | 71 | 4D | 1A |
| Octal | 33 | 165 | 17 | 115 | 0 | 127 | 66 | 161 | 115 | 32 |
| Binary | 11011 | 1110101 | 1111 | 1001101 | 0 | 1010111 | 110110 | 1110001 | 1001101 | 11010 |
Color Harmonies of #1B750F
Complementary color
Monochromatic Colors of #1B750F
Black with #1B750F
Text Example
Text Example
White with #1B750F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B750F; }
p { color: rgb(27,117,15); }
H1.HeaderClassName
{
color: #1B750F;
}
.AnyTagClassName
{
color: #1B750F;
}
</style>
background-color css
<style>
a { background-color: #1B750F; }
a { background-color: rgb(27,117,15); }
div.DivClassName
{
background-color: #1B750F;
}
.BgClassName
{
background-color: #1B750F;
}
</style>
border-color css
<style>
span { border-color: #1B750F; }
span { border-color: rgb(27,117,15); }
td.TdClassName
{
border-color: #1B750F;
}
.TagClassName
{
border-color: #1B750F;
}
</style>