Shades of Dark Spring Green #0B853C
Tints of Dark Spring Green #0B853C
RGB
CMYK
RGB Variations
Color information
#0B853C (or 0x0B853C) is known color: Dark Spring Green. HEX triplet: 0B, 85 and 3C. RGB value is (11,133,60). Sum of RGB (Red+Green+Blue) = 11+133+60=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #0B853C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B853C is #F47AC3. Grayscale: #585858. Windows color (decimal): -16022212 or 3966219. OLE color: 3966219.
HSL color Cylindrical-coordinate representation of color #0B853C: hue angle of 144.1º 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 #0B853C is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 133 | 60 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.48 |
| HSL | 144.1º | 0.85% | 0.28% | - |
| HSV(B) | 144.1º | 0.92% | 0.52% | - |
| XYZ | 9.34 | 17.17 | 7.1 | - |
| YUV | 88.2 | 112.08 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 133 | 60 | 0.92 | 0 | 0.55 | 0.48 | 144.1 | 0.85 | 0.28 |
| Hex | B | 85 | 3C | 5C | 0 | 37 | 30 | 90 | 55 | 1C |
| Octal | 13 | 205 | 74 | 134 | 0 | 67 | 60 | 220 | 125 | 34 |
| Binary | 1011 | 10000101 | 111100 | 1011100 | 0 | 110111 | 110000 | 10010000 | 1010101 | 11100 |
Color Harmonies of #0B853C
Complementary color
Monochromatic Colors of #0B853C
Black with #0B853C
Text Example
Text Example
White with #0B853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B853C; }
p { color: rgb(11,133,60); }
H1.HeaderClassName
{
color: #0B853C;
}
.AnyTagClassName
{
color: #0B853C;
}
</style>
background-color css
<style>
a { background-color: #0B853C; }
a { background-color: rgb(11,133,60); }
div.DivClassName
{
background-color: #0B853C;
}
.BgClassName
{
background-color: #0B853C;
}
</style>
border-color css
<style>
span { border-color: #0B853C; }
span { border-color: rgb(11,133,60); }
td.TdClassName
{
border-color: #0B853C;
}
.TagClassName
{
border-color: #0B853C;
}
</style>