Shades of Dark Spring Green #0B7C38
Tints of Dark Spring Green #0B7C38
RGB
CMYK
RGB Variations
Color information
#0B7C38 (or 0x0B7C38) is known color: Dark Spring Green. HEX triplet: 0B, 7C and 38. RGB value is (11,124,56). Sum of RGB (Red+Green+Blue) = 11+124+56=191 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.76% from 191); Green value is 124 (48.83% from 255 or 64.92% from 191); Blue value is 56 (22.27% from 255 or 29.32% from 191); Max value from RGB is 124 - color contains mainly: green. Hex color #0B7C38 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7C38 is #F483C7. Grayscale: #525252. Windows color (decimal): -16024520 or 3701771. OLE color: 3701771.
HSL color Cylindrical-coordinate representation of color #0B7C38: hue angle of 143.89º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B7C38 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 124 | 56 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.51 |
| HSL | 143.89º | 0.84% | 0.26% | - |
| HSV(B) | 143.89º | 0.91% | 0.49% | - |
| XYZ | 8.06 | 14.77 | 6.17 | - |
| YUV | 82.46 | 113.06 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 124 | 56 | 0.91 | 0 | 0.55 | 0.51 | 143.89 | 0.84 | 0.26 |
| Hex | B | 7C | 38 | 5B | 0 | 37 | 33 | 90 | 54 | 1A |
| Octal | 13 | 174 | 70 | 133 | 0 | 67 | 63 | 220 | 124 | 32 |
| Binary | 1011 | 1111100 | 111000 | 1011011 | 0 | 110111 | 110011 | 10010000 | 1010100 | 11010 |
Color Harmonies of #0B7C38
Complementary color
Monochromatic Colors of #0B7C38
Black with #0B7C38
Text Example
Text Example
White with #0B7C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7C38; }
p { color: rgb(11,124,56); }
H1.HeaderClassName
{
color: #0B7C38;
}
.AnyTagClassName
{
color: #0B7C38;
}
</style>
background-color css
<style>
a { background-color: #0B7C38; }
a { background-color: rgb(11,124,56); }
div.DivClassName
{
background-color: #0B7C38;
}
.BgClassName
{
background-color: #0B7C38;
}
</style>
border-color css
<style>
span { border-color: #0B7C38; }
span { border-color: rgb(11,124,56); }
td.TdClassName
{
border-color: #0B7C38;
}
.TagClassName
{
border-color: #0B7C38;
}
</style>