Shades of Dark Spring Green #0B7347
Tints of Dark Spring Green #0B7347
RGB
CMYK
RGB Variations
Color information
#0B7347 (or 0x0B7347) is known color: Dark Spring Green. HEX triplet: 0B, 73 and 47. RGB value is (11,115,71). Sum of RGB (Red+Green+Blue) = 11+115+71=197 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.58% from 197); Green value is 115 (45.31% from 255 or 58.38% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 115 - color contains mainly: green. Hex color #0B7347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7347 is #F48CB8. Grayscale: #4E4E4E. Windows color (decimal): -16026809 or 4682507. OLE color: 4682507.
HSL color Cylindrical-coordinate representation of color #0B7347: hue angle of 154.62º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B7347 is Cyan = 0.90, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 71 | - |
| CMYK | 0.90 | 0 | 0.38 | 0.55 |
| HSL | 154.62º | 0.83% | 0.25% | - |
| HSV(B) | 154.62º | 0.9% | 0.45% | - |
| XYZ | 7.41 | 12.79 | 8.04 | - |
| YUV | 78.89 | 123.54 | 79.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 71 | 0.90 | 0 | 0.38 | 0.55 | 154.62 | 0.83 | 0.25 |
| Hex | B | 73 | 47 | 5A | 0 | 26 | 37 | 9B | 53 | 19 |
| Octal | 13 | 163 | 107 | 132 | 0 | 46 | 67 | 233 | 123 | 31 |
| Binary | 1011 | 1110011 | 1000111 | 1011010 | 0 | 100110 | 110111 | 10011011 | 1010011 | 11001 |
Color Harmonies of #0B7347
Complementary color
Monochromatic Colors of #0B7347
Black with #0B7347
Text Example
Text Example
White with #0B7347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7347; }
p { color: rgb(11,115,71); }
H1.HeaderClassName
{
color: #0B7347;
}
.AnyTagClassName
{
color: #0B7347;
}
</style>
background-color css
<style>
a { background-color: #0B7347; }
a { background-color: rgb(11,115,71); }
div.DivClassName
{
background-color: #0B7347;
}
.BgClassName
{
background-color: #0B7347;
}
</style>
border-color css
<style>
span { border-color: #0B7347; }
span { border-color: rgb(11,115,71); }
td.TdClassName
{
border-color: #0B7347;
}
.TagClassName
{
border-color: #0B7347;
}
</style>