Shades of Dark Spring Green #0B833B
Tints of Dark Spring Green #0B833B
RGB
CMYK
RGB Variations
Color information
#0B833B (or 0x0B833B) is known color: Dark Spring Green. HEX triplet: 0B, 83 and 3B. RGB value is (11,131,59). Sum of RGB (Red+Green+Blue) = 11+131+59=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 131 (51.56% from 255 or 65.17% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 131 - color contains mainly: green. Hex color #0B833B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B833B is #F47CC4. Grayscale: #575757. Windows color (decimal): -16022725 or 3900171. OLE color: 3900171.
HSL color Cylindrical-coordinate representation of color #0B833B: hue angle of 144º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B833B is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 131 | 59 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.49 |
| HSL | 144º | 0.85% | 0.28% | - |
| HSV(B) | 144º | 0.92% | 0.51% | - |
| XYZ | 9.04 | 16.62 | 6.87 | - |
| YUV | 86.91 | 112.24 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 131 | 59 | 0.92 | 0 | 0.55 | 0.49 | 144 | 0.85 | 0.28 |
| Hex | B | 83 | 3B | 5C | 0 | 37 | 31 | 90 | 55 | 1C |
| Octal | 13 | 203 | 73 | 134 | 0 | 67 | 61 | 220 | 125 | 34 |
| Binary | 1011 | 10000011 | 111011 | 1011100 | 0 | 110111 | 110001 | 10010000 | 1010101 | 11100 |
Color Harmonies of #0B833B
Complementary color
Monochromatic Colors of #0B833B
Black with #0B833B
Text Example
Text Example
White with #0B833B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B833B; }
p { color: rgb(11,131,59); }
H1.HeaderClassName
{
color: #0B833B;
}
.AnyTagClassName
{
color: #0B833B;
}
</style>
background-color css
<style>
a { background-color: #0B833B; }
a { background-color: rgb(11,131,59); }
div.DivClassName
{
background-color: #0B833B;
}
.BgClassName
{
background-color: #0B833B;
}
</style>
border-color css
<style>
span { border-color: #0B833B; }
span { border-color: rgb(11,131,59); }
td.TdClassName
{
border-color: #0B833B;
}
.TagClassName
{
border-color: #0B833B;
}
</style>