Shades of Forest Green #0B7A1D
Tints of Forest Green #0B7A1D
RGB
CMYK
RGB Variations
Color information
#0B7A1D (or 0x0B7A1D) is known color: Forest Green. HEX triplet: 0B, 7A and 1D. RGB value is (11,122,29). Sum of RGB (Red+Green+Blue) = 11+122+29=162 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.79% from 162); Green value is 122 (48.05% from 255 or 75.31% from 162); Blue value is 29 (11.72% from 255 or 17.90% from 162); Max value from RGB is 122 - color contains mainly: green. Hex color #0B7A1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7A1D is #F485E2. Grayscale: #4E4E4E. Windows color (decimal): -16025059 or 1931787. OLE color: 1931787.
HSL color Cylindrical-coordinate representation of color #0B7A1D: hue angle of 129.73º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7A1D is Cyan = 0.91, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 11 | 122 | 29 | - |
| CMYK | 0.91 | 0 | 0.76 | 0.52 |
| HSL | 129.73º | 0.83% | 0.26% | - |
| HSV(B) | 129.73º | 0.91% | 0.48% | - |
| XYZ | 7.32 | 14.08 | 3.49 | - |
| YUV | 78.21 | 100.23 | 80.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 122 | 29 | 0.91 | 0 | 0.76 | 0.52 | 129.73 | 0.83 | 0.26 |
| Hex | B | 7A | 1D | 5B | 0 | 4C | 34 | 82 | 53 | 1A |
| Octal | 13 | 172 | 35 | 133 | 0 | 114 | 64 | 202 | 123 | 32 |
| Binary | 1011 | 1111010 | 11101 | 1011011 | 0 | 1001100 | 110100 | 10000010 | 1010011 | 11010 |
Color Harmonies of #0B7A1D
Complementary color
Monochromatic Colors of #0B7A1D
Black with #0B7A1D
Text Example
Text Example
White with #0B7A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7A1D; }
p { color: rgb(11,122,29); }
H1.HeaderClassName
{
color: #0B7A1D;
}
.AnyTagClassName
{
color: #0B7A1D;
}
</style>
background-color css
<style>
a { background-color: #0B7A1D; }
a { background-color: rgb(11,122,29); }
div.DivClassName
{
background-color: #0B7A1D;
}
.BgClassName
{
background-color: #0B7A1D;
}
</style>
border-color css
<style>
span { border-color: #0B7A1D; }
span { border-color: rgb(11,122,29); }
td.TdClassName
{
border-color: #0B7A1D;
}
.TagClassName
{
border-color: #0B7A1D;
}
</style>