Shades of Dark Spring Green #0B8F34
Tints of Dark Spring Green #0B8F34
RGB
CMYK
RGB Variations
Color information
#0B8F34 (or 0x0B8F34) is known color: Dark Spring Green. HEX triplet: 0B, 8F and 34. RGB value is (11,143,52). Sum of RGB (Red+Green+Blue) = 11+143+52=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 143 (56.25% from 255 or 69.42% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 143 - color contains mainly: green. Hex color #0B8F34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8F34 is #F470CB. Grayscale: #5D5D5D. Windows color (decimal): -16019660 or 3444491. OLE color: 3444491.
HSL color Cylindrical-coordinate representation of color #0B8F34: hue angle of 138.64º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8F34 is Cyan = 0.92, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 143 | 52 | - |
| CMYK | 0.92 | 0 | 0.64 | 0.44 |
| HSL | 138.64º | 0.86% | 0.3% | - |
| HSV(B) | 138.64º | 0.92% | 0.56% | - |
| XYZ | 10.58 | 19.96 | 6.54 | - |
| YUV | 93.16 | 104.77 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 143 | 52 | 0.92 | 0 | 0.64 | 0.44 | 138.64 | 0.86 | 0.3 |
| Hex | B | 8F | 34 | 5C | 0 | 40 | 2C | 8B | 56 | 1E |
| Octal | 13 | 217 | 64 | 134 | 0 | 100 | 54 | 213 | 126 | 36 |
| Binary | 1011 | 10001111 | 110100 | 1011100 | 0 | 1000000 | 101100 | 10001011 | 1010110 | 11110 |
Color Harmonies of #0B8F34
Complementary color
Monochromatic Colors of #0B8F34
Black with #0B8F34
Text Example
Text Example
White with #0B8F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8F34; }
p { color: rgb(11,143,52); }
H1.HeaderClassName
{
color: #0B8F34;
}
.AnyTagClassName
{
color: #0B8F34;
}
</style>
background-color css
<style>
a { background-color: #0B8F34; }
a { background-color: rgb(11,143,52); }
div.DivClassName
{
background-color: #0B8F34;
}
.BgClassName
{
background-color: #0B8F34;
}
</style>
border-color css
<style>
span { border-color: #0B8F34; }
span { border-color: rgb(11,143,52); }
td.TdClassName
{
border-color: #0B8F34;
}
.TagClassName
{
border-color: #0B8F34;
}
</style>