Shades of Dark Spring Green #0B8933
Tints of Dark Spring Green #0B8933
RGB
CMYK
RGB Variations
Color information
#0B8933 (or 0x0B8933) is known color: Dark Spring Green. HEX triplet: 0B, 89 and 33. RGB value is (11,137,51). Sum of RGB (Red+Green+Blue) = 11+137+51=199 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.53% from 199); Green value is 137 (53.91% from 255 or 68.84% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 137 - color contains mainly: green. Hex color #0B8933 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8933 is #F476CC. Grayscale: #595959. Windows color (decimal): -16021197 or 3377419. OLE color: 3377419.
HSL color Cylindrical-coordinate representation of color #0B8933: hue angle of 139.05º 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 #0B8933 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 137 | 51 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.46 |
| HSL | 139.05º | 0.85% | 0.29% | - |
| HSV(B) | 139.05º | 0.92% | 0.54% | - |
| XYZ | 9.68 | 18.2 | 6.13 | - |
| YUV | 89.52 | 106.26 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 137 | 51 | 0.92 | 0 | 0.63 | 0.46 | 139.05 | 0.85 | 0.29 |
| Hex | B | 89 | 33 | 5C | 0 | 3F | 2E | 8B | 55 | 1D |
| Octal | 13 | 211 | 63 | 134 | 0 | 77 | 56 | 213 | 125 | 35 |
| Binary | 1011 | 10001001 | 110011 | 1011100 | 0 | 111111 | 101110 | 10001011 | 1010101 | 11101 |
Color Harmonies of #0B8933
Complementary color
Monochromatic Colors of #0B8933
Black with #0B8933
Text Example
Text Example
White with #0B8933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8933; }
p { color: rgb(11,137,51); }
H1.HeaderClassName
{
color: #0B8933;
}
.AnyTagClassName
{
color: #0B8933;
}
</style>
background-color css
<style>
a { background-color: #0B8933; }
a { background-color: rgb(11,137,51); }
div.DivClassName
{
background-color: #0B8933;
}
.BgClassName
{
background-color: #0B8933;
}
</style>
border-color css
<style>
span { border-color: #0B8933; }
span { border-color: rgb(11,137,51); }
td.TdClassName
{
border-color: #0B8933;
}
.TagClassName
{
border-color: #0B8933;
}
</style>