Shades of Dark Spring Green #0B7933
Tints of Dark Spring Green #0B7933
RGB
CMYK
RGB Variations
Color information
#0B7933 (or 0x0B7933) is known color: Dark Spring Green. HEX triplet: 0B, 79 and 33. RGB value is (11,121,51). Sum of RGB (Red+Green+Blue) = 11+121+51=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 121 (47.66% from 255 or 66.12% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 121 - color contains mainly: green. Hex color #0B7933 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7933 is #F486CC. Grayscale: #505050. Windows color (decimal): -16025293 or 3373323. OLE color: 3373323.
HSL color Cylindrical-coordinate representation of color #0B7933: hue angle of 141.82º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7933 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 11 | 121 | 51 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.53 |
| HSL | 141.82º | 0.83% | 0.26% | - |
| HSV(B) | 141.82º | 0.91% | 0.47% | - |
| XYZ | 7.57 | 13.98 | 5.43 | - |
| YUV | 80.13 | 111.56 | 78.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 121 | 51 | 0.91 | 0 | 0.58 | 0.53 | 141.82 | 0.83 | 0.26 |
| Hex | B | 79 | 33 | 5B | 0 | 3A | 35 | 8E | 53 | 1A |
| Octal | 13 | 171 | 63 | 133 | 0 | 72 | 65 | 216 | 123 | 32 |
| Binary | 1011 | 1111001 | 110011 | 1011011 | 0 | 111010 | 110101 | 10001110 | 1010011 | 11010 |
Color Harmonies of #0B7933
Complementary color
Monochromatic Colors of #0B7933
Black with #0B7933
Text Example
Text Example
White with #0B7933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7933; }
p { color: rgb(11,121,51); }
H1.HeaderClassName
{
color: #0B7933;
}
.AnyTagClassName
{
color: #0B7933;
}
</style>
background-color css
<style>
a { background-color: #0B7933; }
a { background-color: rgb(11,121,51); }
div.DivClassName
{
background-color: #0B7933;
}
.BgClassName
{
background-color: #0B7933;
}
</style>
border-color css
<style>
span { border-color: #0B7933; }
span { border-color: rgb(11,121,51); }
td.TdClassName
{
border-color: #0B7933;
}
.TagClassName
{
border-color: #0B7933;
}
</style>