Shades of Dark Spring Green #0B7349
Tints of Dark Spring Green #0B7349
RGB
CMYK
RGB Variations
Color information
#0B7349 (or 0x0B7349) is known color: Dark Spring Green. HEX triplet: 0B, 73 and 49. RGB value is (11,115,73). Sum of RGB (Red+Green+Blue) = 11+115+73=199 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.53% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #0B7349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7349 is #F48CB6. Grayscale: #4F4F4F. Windows color (decimal): -16026807 or 4813579. OLE color: 4813579.
HSL color Cylindrical-coordinate representation of color #0B7349: hue angle of 155.77º 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 #0B7349 is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 11 | 115 | 73 | - |
| CMYK | 0.90 | 0 | 0.37 | 0.55 |
| HSL | 155.77º | 0.83% | 0.25% | - |
| HSV(B) | 155.77º | 0.9% | 0.45% | - |
| XYZ | 7.47 | 12.81 | 8.38 | - |
| YUV | 79.12 | 124.54 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 115 | 73 | 0.90 | 0 | 0.37 | 0.55 | 155.77 | 0.83 | 0.25 |
| Hex | B | 73 | 49 | 5A | 0 | 25 | 37 | 9C | 53 | 19 |
| Octal | 13 | 163 | 111 | 132 | 0 | 45 | 67 | 234 | 123 | 31 |
| Binary | 1011 | 1110011 | 1001001 | 1011010 | 0 | 100101 | 110111 | 10011100 | 1010011 | 11001 |
Color Harmonies of #0B7349
Complementary color
Monochromatic Colors of #0B7349
Black with #0B7349
Text Example
Text Example
White with #0B7349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7349; }
p { color: rgb(11,115,73); }
H1.HeaderClassName
{
color: #0B7349;
}
.AnyTagClassName
{
color: #0B7349;
}
</style>
background-color css
<style>
a { background-color: #0B7349; }
a { background-color: rgb(11,115,73); }
div.DivClassName
{
background-color: #0B7349;
}
.BgClassName
{
background-color: #0B7349;
}
</style>
border-color css
<style>
span { border-color: #0B7349; }
span { border-color: rgb(11,115,73); }
td.TdClassName
{
border-color: #0B7349;
}
.TagClassName
{
border-color: #0B7349;
}
</style>