Shades of Dark Spring Green #0B8839
Tints of Dark Spring Green #0B8839
RGB
CMYK
RGB Variations
Color information
#0B8839 (or 0x0B8839) is known color: Dark Spring Green. HEX triplet: 0B, 88 and 39. RGB value is (11,136,57). Sum of RGB (Red+Green+Blue) = 11+136+57=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 136 (53.52% from 255 or 66.67% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 136 - color contains mainly: green. Hex color #0B8839 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8839 is #F477C6. Grayscale: #595959. Windows color (decimal): -16021447 or 3770379. OLE color: 3770379.
HSL color Cylindrical-coordinate representation of color #0B8839: hue angle of 142.08º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8839 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 11 | 136 | 57 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.47 |
| HSL | 142.08º | 0.85% | 0.29% | - |
| HSV(B) | 142.08º | 0.92% | 0.53% | - |
| XYZ | 9.68 | 17.97 | 6.83 | - |
| YUV | 89.62 | 109.59 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 136 | 57 | 0.92 | 0 | 0.58 | 0.47 | 142.08 | 0.85 | 0.29 |
| Hex | B | 88 | 39 | 5C | 0 | 3A | 2F | 8E | 55 | 1D |
| Octal | 13 | 210 | 71 | 134 | 0 | 72 | 57 | 216 | 125 | 35 |
| Binary | 1011 | 10001000 | 111001 | 1011100 | 0 | 111010 | 101111 | 10001110 | 1010101 | 11101 |
Color Harmonies of #0B8839
Complementary color
Monochromatic Colors of #0B8839
Black with #0B8839
Text Example
Text Example
White with #0B8839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8839; }
p { color: rgb(11,136,57); }
H1.HeaderClassName
{
color: #0B8839;
}
.AnyTagClassName
{
color: #0B8839;
}
</style>
background-color css
<style>
a { background-color: #0B8839; }
a { background-color: rgb(11,136,57); }
div.DivClassName
{
background-color: #0B8839;
}
.BgClassName
{
background-color: #0B8839;
}
</style>
border-color css
<style>
span { border-color: #0B8839; }
span { border-color: rgb(11,136,57); }
td.TdClassName
{
border-color: #0B8839;
}
.TagClassName
{
border-color: #0B8839;
}
</style>