Shades of Forest Green #0B7E27
Tints of Forest Green #0B7E27
RGB
CMYK
RGB Variations
Color information
#0B7E27 (or 0x0B7E27) is known color: Forest Green. HEX triplet: 0B, 7E and 27. RGB value is (11,126,39). Sum of RGB (Red+Green+Blue) = 11+126+39=176 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.25% from 176); Green value is 126 (49.61% from 255 or 71.59% from 176); Blue value is 39 (15.62% from 255 or 22.16% from 176); Max value from RGB is 126 - color contains mainly: green. Hex color #0B7E27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7E27 is #F481D8. Grayscale: #515151. Windows color (decimal): -16024025 or 2588171. OLE color: 2588171.
HSL color Cylindrical-coordinate representation of color #0B7E27: hue angle of 134.61º 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 #0B7E27 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 126 | 39 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.51 |
| HSL | 134.61º | 0.84% | 0.27% | - |
| HSV(B) | 134.61º | 0.91% | 0.49% | - |
| XYZ | 7.97 | 15.14 | 4.42 | - |
| YUV | 81.7 | 103.9 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 126 | 39 | 0.91 | 0 | 0.69 | 0.51 | 134.61 | 0.84 | 0.27 |
| Hex | B | 7E | 27 | 5B | 0 | 45 | 33 | 87 | 54 | 1B |
| Octal | 13 | 176 | 47 | 133 | 0 | 105 | 63 | 207 | 124 | 33 |
| Binary | 1011 | 1111110 | 100111 | 1011011 | 0 | 1000101 | 110011 | 10000111 | 1010100 | 11011 |
Color Harmonies of #0B7E27
Complementary color
Monochromatic Colors of #0B7E27
Black with #0B7E27
Text Example
Text Example
White with #0B7E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7E27; }
p { color: rgb(11,126,39); }
H1.HeaderClassName
{
color: #0B7E27;
}
.AnyTagClassName
{
color: #0B7E27;
}
</style>
background-color css
<style>
a { background-color: #0B7E27; }
a { background-color: rgb(11,126,39); }
div.DivClassName
{
background-color: #0B7E27;
}
.BgClassName
{
background-color: #0B7E27;
}
</style>
border-color css
<style>
span { border-color: #0B7E27; }
span { border-color: rgb(11,126,39); }
td.TdClassName
{
border-color: #0B7E27;
}
.TagClassName
{
border-color: #0B7E27;
}
</style>