Shades of Dark Spring Green #0B833D
Tints of Dark Spring Green #0B833D
RGB
CMYK
RGB Variations
Color information
#0B833D (or 0x0B833D) is known color: Dark Spring Green. HEX triplet: 0B, 83 and 3D. RGB value is (11,131,61). Sum of RGB (Red+Green+Blue) = 11+131+61=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 131 (51.56% from 255 or 64.53% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 131 - color contains mainly: green. Hex color #0B833D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B833D is #F47CC2. Grayscale: #575757. Windows color (decimal): -16022723 or 4031243. OLE color: 4031243.
HSL color Cylindrical-coordinate representation of color #0B833D: hue angle of 145º 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 #0B833D is Cyan = 0.92, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 131 | 61 | - |
| CMYK | 0.92 | 0 | 0.53 | 0.49 |
| HSL | 145º | 0.85% | 0.28% | - |
| HSV(B) | 145º | 0.92% | 0.51% | - |
| XYZ | 9.1 | 16.64 | 7.15 | - |
| YUV | 87.14 | 113.24 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 131 | 61 | 0.92 | 0 | 0.53 | 0.49 | 145 | 0.85 | 0.28 |
| Hex | B | 83 | 3D | 5C | 0 | 35 | 31 | 91 | 55 | 1C |
| Octal | 13 | 203 | 75 | 134 | 0 | 65 | 61 | 221 | 125 | 34 |
| Binary | 1011 | 10000011 | 111101 | 1011100 | 0 | 110101 | 110001 | 10010001 | 1010101 | 11100 |
Color Harmonies of #0B833D
Complementary color
Monochromatic Colors of #0B833D
Black with #0B833D
Text Example
Text Example
White with #0B833D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B833D; }
p { color: rgb(11,131,61); }
H1.HeaderClassName
{
color: #0B833D;
}
.AnyTagClassName
{
color: #0B833D;
}
</style>
background-color css
<style>
a { background-color: #0B833D; }
a { background-color: rgb(11,131,61); }
div.DivClassName
{
background-color: #0B833D;
}
.BgClassName
{
background-color: #0B833D;
}
</style>
border-color css
<style>
span { border-color: #0B833D; }
span { border-color: rgb(11,131,61); }
td.TdClassName
{
border-color: #0B833D;
}
.TagClassName
{
border-color: #0B833D;
}
</style>