Shades of Forest Green #0B7D1D
Tints of Forest Green #0B7D1D
RGB
CMYK
RGB Variations
Color information
#0B7D1D (or 0x0B7D1D) is known color: Forest Green. HEX triplet: 0B, 7D and 1D. RGB value is (11,125,29). Sum of RGB (Red+Green+Blue) = 11+125+29=165 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.67% from 165); Green value is 125 (49.22% from 255 or 75.76% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 125 - color contains mainly: green. Hex color #0B7D1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7D1D is #F482E2. Grayscale: #505050. Windows color (decimal): -16024291 or 1932555. OLE color: 1932555.
HSL color Cylindrical-coordinate representation of color #0B7D1D: hue angle of 129.47º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7D1D is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 125 | 29 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.51 |
| HSL | 129.47º | 0.84% | 0.27% | - |
| HSV(B) | 129.47º | 0.91% | 0.49% | - |
| XYZ | 7.69 | 14.83 | 3.62 | - |
| YUV | 79.97 | 99.23 | 78.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 125 | 29 | 0.91 | 0 | 0.77 | 0.51 | 129.47 | 0.84 | 0.27 |
| Hex | B | 7D | 1D | 5B | 0 | 4D | 33 | 81 | 54 | 1B |
| Octal | 13 | 175 | 35 | 133 | 0 | 115 | 63 | 201 | 124 | 33 |
| Binary | 1011 | 1111101 | 11101 | 1011011 | 0 | 1001101 | 110011 | 10000001 | 1010100 | 11011 |
Color Harmonies of #0B7D1D
Complementary color
Monochromatic Colors of #0B7D1D
Black with #0B7D1D
Text Example
Text Example
White with #0B7D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7D1D; }
p { color: rgb(11,125,29); }
H1.HeaderClassName
{
color: #0B7D1D;
}
.AnyTagClassName
{
color: #0B7D1D;
}
</style>
background-color css
<style>
a { background-color: #0B7D1D; }
a { background-color: rgb(11,125,29); }
div.DivClassName
{
background-color: #0B7D1D;
}
.BgClassName
{
background-color: #0B7D1D;
}
</style>
border-color css
<style>
span { border-color: #0B7D1D; }
span { border-color: rgb(11,125,29); }
td.TdClassName
{
border-color: #0B7D1D;
}
.TagClassName
{
border-color: #0B7D1D;
}
</style>