Shades of Dark Spring Green #0B7F41
Tints of Dark Spring Green #0B7F41
RGB
CMYK
RGB Variations
Color information
#0B7F41 (or 0x0B7F41) is known color: Dark Spring Green. HEX triplet: 0B, 7F and 41. RGB value is (11,127,65). Sum of RGB (Red+Green+Blue) = 11+127+65=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 127 (50% from 255 or 62.56% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 127 - color contains mainly: green. Hex color #0B7F41 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7F41 is #F480BE. Grayscale: #555555. Windows color (decimal): -16023743 or 4292363. OLE color: 4292363.
HSL color Cylindrical-coordinate representation of color #0B7F41: hue angle of 147.93º 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 #0B7F41 is Cyan = 0.91, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 11 | 127 | 65 | - |
| CMYK | 0.91 | 0 | 0.49 | 0.50 |
| HSL | 147.93º | 0.84% | 0.27% | - |
| HSV(B) | 147.93º | 0.91% | 0.5% | - |
| XYZ | 8.68 | 15.63 | 7.56 | - |
| YUV | 85.25 | 116.57 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 127 | 65 | 0.91 | 0 | 0.49 | 0.50 | 147.93 | 0.84 | 0.27 |
| Hex | B | 7F | 41 | 5B | 0 | 31 | 32 | 94 | 54 | 1B |
| Octal | 13 | 177 | 101 | 133 | 0 | 61 | 62 | 224 | 124 | 33 |
| Binary | 1011 | 1111111 | 1000001 | 1011011 | 0 | 110001 | 110010 | 10010100 | 1010100 | 11011 |
Color Harmonies of #0B7F41
Complementary color
Monochromatic Colors of #0B7F41
Black with #0B7F41
Text Example
Text Example
White with #0B7F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7F41; }
p { color: rgb(11,127,65); }
H1.HeaderClassName
{
color: #0B7F41;
}
.AnyTagClassName
{
color: #0B7F41;
}
</style>
background-color css
<style>
a { background-color: #0B7F41; }
a { background-color: rgb(11,127,65); }
div.DivClassName
{
background-color: #0B7F41;
}
.BgClassName
{
background-color: #0B7F41;
}
</style>
border-color css
<style>
span { border-color: #0B7F41; }
span { border-color: rgb(11,127,65); }
td.TdClassName
{
border-color: #0B7F41;
}
.TagClassName
{
border-color: #0B7F41;
}
</style>