Shades of Dark Spring Green #0B8334
Tints of Dark Spring Green #0B8334
RGB
CMYK
RGB Variations
Color information
#0B8334 (or 0x0B8334) is known color: Dark Spring Green. HEX triplet: 0B, 83 and 34. RGB value is (11,131,52). Sum of RGB (Red+Green+Blue) = 11+131+52=194 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.67% from 194); Green value is 131 (51.56% from 255 or 67.53% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 131 - color contains mainly: green. Hex color #0B8334 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8334 is #F47CCB. Grayscale: #565656. Windows color (decimal): -16022732 or 3441419. OLE color: 3441419.
HSL color Cylindrical-coordinate representation of color #0B8334: hue angle of 140.5º 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 #0B8334 is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 131 | 52 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.49 |
| HSL | 140.5º | 0.85% | 0.28% | - |
| HSV(B) | 140.5º | 0.92% | 0.51% | - |
| XYZ | 8.87 | 16.55 | 5.98 | - |
| YUV | 86.11 | 108.74 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 131 | 52 | 0.92 | 0 | 0.60 | 0.49 | 140.5 | 0.85 | 0.28 |
| Hex | B | 83 | 34 | 5C | 0 | 3C | 31 | 8C | 55 | 1C |
| Octal | 13 | 203 | 64 | 134 | 0 | 74 | 61 | 214 | 125 | 34 |
| Binary | 1011 | 10000011 | 110100 | 1011100 | 0 | 111100 | 110001 | 10001100 | 1010101 | 11100 |
Color Harmonies of #0B8334
Complementary color
Monochromatic Colors of #0B8334
Black with #0B8334
Text Example
Text Example
White with #0B8334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8334; }
p { color: rgb(11,131,52); }
H1.HeaderClassName
{
color: #0B8334;
}
.AnyTagClassName
{
color: #0B8334;
}
</style>
background-color css
<style>
a { background-color: #0B8334; }
a { background-color: rgb(11,131,52); }
div.DivClassName
{
background-color: #0B8334;
}
.BgClassName
{
background-color: #0B8334;
}
</style>
border-color css
<style>
span { border-color: #0B8334; }
span { border-color: rgb(11,131,52); }
td.TdClassName
{
border-color: #0B8334;
}
.TagClassName
{
border-color: #0B8334;
}
</style>