Shades of Dark Spring Green #0B8230
Tints of Dark Spring Green #0B8230
RGB
CMYK
RGB Variations
Color information
#0B8230 (or 0x0B8230) is known color: Dark Spring Green. HEX triplet: 0B, 82 and 30. RGB value is (11,130,48). Sum of RGB (Red+Green+Blue) = 11+130+48=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 130 (51.17% from 255 or 68.78% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 130 - color contains mainly: green. Hex color #0B8230 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0B8230 is #F47DCF. Grayscale: #555555. Windows color (decimal): -16022992 or 3179019. OLE color: 3179019.
HSL color Cylindrical-coordinate representation of color #0B8230: hue angle of 138.66º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8230 is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 11 | 130 | 48 | - |
| CMYK | 0.92 | 0 | 0.63 | 0.49 |
| HSL | 138.66º | 0.84% | 0.28% | - |
| HSV(B) | 138.66º | 0.92% | 0.51% | - |
| XYZ | 8.65 | 16.25 | 5.48 | - |
| YUV | 85.07 | 107.08 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 130 | 48 | 0.92 | 0 | 0.63 | 0.49 | 138.66 | 0.84 | 0.28 |
| Hex | B | 82 | 30 | 5C | 0 | 3F | 31 | 8B | 54 | 1C |
| Octal | 13 | 202 | 60 | 134 | 0 | 77 | 61 | 213 | 124 | 34 |
| Binary | 1011 | 10000010 | 110000 | 1011100 | 0 | 111111 | 110001 | 10001011 | 1010100 | 11100 |
Color Harmonies of #0B8230
Complementary color
Monochromatic Colors of #0B8230
Black with #0B8230
Text Example
Text Example
White with #0B8230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8230; }
p { color: rgb(11,130,48); }
H1.HeaderClassName
{
color: #0B8230;
}
.AnyTagClassName
{
color: #0B8230;
}
</style>
background-color css
<style>
a { background-color: #0B8230; }
a { background-color: rgb(11,130,48); }
div.DivClassName
{
background-color: #0B8230;
}
.BgClassName
{
background-color: #0B8230;
}
</style>
border-color css
<style>
span { border-color: #0B8230; }
span { border-color: rgb(11,130,48); }
td.TdClassName
{
border-color: #0B8230;
}
.TagClassName
{
border-color: #0B8230;
}
</style>