Shades of Dark Spring Green #0B803C
Tints of Dark Spring Green #0B803C
RGB
CMYK
RGB Variations
Color information
#0B803C (or 0x0B803C) is known color: Dark Spring Green. HEX triplet: 0B, 80 and 3C. RGB value is (11,128,60). Sum of RGB (Red+Green+Blue) = 11+128+60=199 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.53% from 199); Green value is 128 (50.39% from 255 or 64.32% from 199); Blue value is 60 (23.83% from 255 or 30.15% from 199); Max value from RGB is 128 - color contains mainly: green. Hex color #0B803C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B803C is #F47FC3. Grayscale: #555555. Windows color (decimal): -16023492 or 3964939. OLE color: 3964939.
HSL color Cylindrical-coordinate representation of color #0B803C: hue angle of 145.13º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B803C is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 11 | 128 | 60 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.50 |
| HSL | 145.13º | 0.84% | 0.27% | - |
| HSV(B) | 145.13º | 0.91% | 0.5% | - |
| XYZ | 8.67 | 15.84 | 6.87 | - |
| YUV | 85.27 | 113.74 | 75.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 128 | 60 | 0.91 | 0 | 0.53 | 0.50 | 145.13 | 0.84 | 0.27 |
| Hex | B | 80 | 3C | 5B | 0 | 35 | 32 | 91 | 54 | 1B |
| Octal | 13 | 200 | 74 | 133 | 0 | 65 | 62 | 221 | 124 | 33 |
| Binary | 1011 | 10000000 | 111100 | 1011011 | 0 | 110101 | 110010 | 10010001 | 1010100 | 11011 |
Color Harmonies of #0B803C
Complementary color
Monochromatic Colors of #0B803C
Black with #0B803C
Text Example
Text Example
White with #0B803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B803C; }
p { color: rgb(11,128,60); }
H1.HeaderClassName
{
color: #0B803C;
}
.AnyTagClassName
{
color: #0B803C;
}
</style>
background-color css
<style>
a { background-color: #0B803C; }
a { background-color: rgb(11,128,60); }
div.DivClassName
{
background-color: #0B803C;
}
.BgClassName
{
background-color: #0B803C;
}
</style>
border-color css
<style>
span { border-color: #0B803C; }
span { border-color: rgb(11,128,60); }
td.TdClassName
{
border-color: #0B803C;
}
.TagClassName
{
border-color: #0B803C;
}
</style>