Shades of Dark Spring Green #0B8939
Tints of Dark Spring Green #0B8939
RGB
CMYK
RGB Variations
Color information
#0B8939 (or 0x0B8939) is known color: Dark Spring Green. HEX triplet: 0B, 89 and 39. RGB value is (11,137,57). Sum of RGB (Red+Green+Blue) = 11+137+57=205 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.37% from 205); Green value is 137 (53.91% from 255 or 66.83% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 137 - color contains mainly: green. Hex color #0B8939 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8939 is #F476C6. Grayscale: #5A5A5A. Windows color (decimal): -16021191 or 3770635. OLE color: 3770635.
HSL color Cylindrical-coordinate representation of color #0B8939: hue angle of 141.9º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8939 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 137 | 57 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.46 |
| HSL | 141.9º | 0.85% | 0.29% | - |
| HSV(B) | 141.9º | 0.92% | 0.54% | - |
| XYZ | 9.82 | 18.26 | 6.88 | - |
| YUV | 90.21 | 109.26 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 137 | 57 | 0.92 | 0 | 0.58 | 0.46 | 141.9 | 0.85 | 0.29 |
| Hex | B | 89 | 39 | 5C | 0 | 3A | 2E | 8E | 55 | 1D |
| Octal | 13 | 211 | 71 | 134 | 0 | 72 | 56 | 216 | 125 | 35 |
| Binary | 1011 | 10001001 | 111001 | 1011100 | 0 | 111010 | 101110 | 10001110 | 1010101 | 11101 |
Color Harmonies of #0B8939
Complementary color
Monochromatic Colors of #0B8939
Black with #0B8939
Text Example
Text Example
White with #0B8939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8939; }
p { color: rgb(11,137,57); }
H1.HeaderClassName
{
color: #0B8939;
}
.AnyTagClassName
{
color: #0B8939;
}
</style>
background-color css
<style>
a { background-color: #0B8939; }
a { background-color: rgb(11,137,57); }
div.DivClassName
{
background-color: #0B8939;
}
.BgClassName
{
background-color: #0B8939;
}
</style>
border-color css
<style>
span { border-color: #0B8939; }
span { border-color: rgb(11,137,57); }
td.TdClassName
{
border-color: #0B8939;
}
.TagClassName
{
border-color: #0B8939;
}
</style>