Shades of Dark Spring Green #0B7C3C
Tints of Dark Spring Green #0B7C3C
RGB
CMYK
RGB Variations
Color information
#0B7C3C (or 0x0B7C3C) is known color: Dark Spring Green. HEX triplet: 0B, 7C and 3C. RGB value is (11,124,60). Sum of RGB (Red+Green+Blue) = 11+124+60=195 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.64% from 195); Green value is 124 (48.83% from 255 or 63.59% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 124 - color contains mainly: green. Hex color #0B7C3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0B7C3C is #F483C3. Grayscale: #535353. Windows color (decimal): -16024516 or 3963915. OLE color: 3963915.
HSL color Cylindrical-coordinate representation of color #0B7C3C: hue angle of 146.02º 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 #0B7C3C is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 11 | 124 | 60 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.51 |
| HSL | 146.02º | 0.84% | 0.26% | - |
| HSV(B) | 146.02º | 0.91% | 0.49% | - |
| XYZ | 8.16 | 14.81 | 6.7 | - |
| YUV | 82.92 | 115.06 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 124 | 60 | 0.91 | 0 | 0.52 | 0.51 | 146.02 | 0.84 | 0.26 |
| Hex | B | 7C | 3C | 5B | 0 | 34 | 33 | 92 | 54 | 1A |
| Octal | 13 | 174 | 74 | 133 | 0 | 64 | 63 | 222 | 124 | 32 |
| Binary | 1011 | 1111100 | 111100 | 1011011 | 0 | 110100 | 110011 | 10010010 | 1010100 | 11010 |
Color Harmonies of #0B7C3C
Complementary color
Monochromatic Colors of #0B7C3C
Black with #0B7C3C
Text Example
Text Example
White with #0B7C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B7C3C; }
p { color: rgb(11,124,60); }
H1.HeaderClassName
{
color: #0B7C3C;
}
.AnyTagClassName
{
color: #0B7C3C;
}
</style>
background-color css
<style>
a { background-color: #0B7C3C; }
a { background-color: rgb(11,124,60); }
div.DivClassName
{
background-color: #0B7C3C;
}
.BgClassName
{
background-color: #0B7C3C;
}
</style>
border-color css
<style>
span { border-color: #0B7C3C; }
span { border-color: rgb(11,124,60); }
td.TdClassName
{
border-color: #0B7C3C;
}
.TagClassName
{
border-color: #0B7C3C;
}
</style>