Shades of Dark Spring Green #0B843C
Tints of Dark Spring Green #0B843C
RGB
CMYK
RGB Variations
Color information
#0B843C (or 0x0B843C) is known color: Dark Spring Green. HEX triplet: 0B, 84 and 3C. RGB value is (11,132,60). Sum of RGB (Red+Green+Blue) = 11+132+60=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 132 (51.95% from 255 or 65.02% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 132 - color contains mainly: green. Hex color #0B843C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B843C is #F47BC3. Grayscale: #575757. Windows color (decimal): -16022468 or 3965963. OLE color: 3965963.
HSL color Cylindrical-coordinate representation of color #0B843C: hue angle of 144.3º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B843C is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 132 | 60 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.48 |
| HSL | 144.3º | 0.85% | 0.28% | - |
| HSV(B) | 144.3º | 0.92% | 0.52% | - |
| XYZ | 9.2 | 16.9 | 7.05 | - |
| YUV | 87.61 | 112.41 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 132 | 60 | 0.92 | 0 | 0.55 | 0.48 | 144.3 | 0.85 | 0.28 |
| Hex | B | 84 | 3C | 5C | 0 | 37 | 30 | 90 | 55 | 1C |
| Octal | 13 | 204 | 74 | 134 | 0 | 67 | 60 | 220 | 125 | 34 |
| Binary | 1011 | 10000100 | 111100 | 1011100 | 0 | 110111 | 110000 | 10010000 | 1010101 | 11100 |
Color Harmonies of #0B843C
Complementary color
Monochromatic Colors of #0B843C
Black with #0B843C
Text Example
Text Example
White with #0B843C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B843C; }
p { color: rgb(11,132,60); }
H1.HeaderClassName
{
color: #0B843C;
}
.AnyTagClassName
{
color: #0B843C;
}
</style>
background-color css
<style>
a { background-color: #0B843C; }
a { background-color: rgb(11,132,60); }
div.DivClassName
{
background-color: #0B843C;
}
.BgClassName
{
background-color: #0B843C;
}
</style>
border-color css
<style>
span { border-color: #0B843C; }
span { border-color: rgb(11,132,60); }
td.TdClassName
{
border-color: #0B843C;
}
.TagClassName
{
border-color: #0B843C;
}
</style>