Shades of Forest Green #0B751E
Tints of Forest Green #0B751E
RGB
CMYK
RGB Variations
Color information
#0B751E (or 0x0B751E) is known color: Forest Green. HEX triplet: 0B, 75 and 1E. RGB value is (11,117,30). Sum of RGB (Red+Green+Blue) = 11+117+30=158 (20% of max value = 765). Red value is 11 (4.69% from 255 or 6.96% from 158); Green value is 117 (46.09% from 255 or 74.05% from 158); Blue value is 30 (12.11% from 255 or 18.99% from 158); Max value from RGB is 117 - color contains mainly: green. Hex color #0B751E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B751E is #F48AE1. Grayscale: #4B4B4B. Windows color (decimal): -16026338 or 1996043. OLE color: 1996043.
HSL color Cylindrical-coordinate representation of color #0B751E: hue angle of 130.75º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B751E is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 11 | 117 | 30 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.54 |
| HSL | 130.75º | 0.83% | 0.25% | - |
| HSV(B) | 130.75º | 0.91% | 0.46% | - |
| XYZ | 6.73 | 12.89 | 3.36 | - |
| YUV | 75.39 | 102.38 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 117 | 30 | 0.91 | 0 | 0.74 | 0.54 | 130.75 | 0.83 | 0.25 |
| Hex | B | 75 | 1E | 5B | 0 | 4A | 36 | 83 | 53 | 19 |
| Octal | 13 | 165 | 36 | 133 | 0 | 112 | 66 | 203 | 123 | 31 |
| Binary | 1011 | 1110101 | 11110 | 1011011 | 0 | 1001010 | 110110 | 10000011 | 1010011 | 11001 |
Color Harmonies of #0B751E
Complementary color
Monochromatic Colors of #0B751E
Black with #0B751E
Text Example
Text Example
White with #0B751E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B751E; }
p { color: rgb(11,117,30); }
H1.HeaderClassName
{
color: #0B751E;
}
.AnyTagClassName
{
color: #0B751E;
}
</style>
background-color css
<style>
a { background-color: #0B751E; }
a { background-color: rgb(11,117,30); }
div.DivClassName
{
background-color: #0B751E;
}
.BgClassName
{
background-color: #0B751E;
}
</style>
border-color css
<style>
span { border-color: #0B751E; }
span { border-color: rgb(11,117,30); }
td.TdClassName
{
border-color: #0B751E;
}
.TagClassName
{
border-color: #0B751E;
}
</style>