Shades of Dark Green #0B302B
Tints of Dark Green #0B302B
RGB
CMYK
RGB Variations
Color information
#0B302B (or 0x0B302B) is known color: Dark Green. HEX triplet: 0B, 30 and 2B. RGB value is (11,48,43). Sum of RGB (Red+Green+Blue) = 11+48+43=102 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.78% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #0B302B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B302B is #F4CFD4. Grayscale: #242424. Windows color (decimal): -16043989 or 2830347. OLE color: 2830347.
HSL color Cylindrical-coordinate representation of color #0B302B: hue angle of 171.89º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B302B is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 11 | 48 | 43 | - |
| CMYK | 0.77 | 0 | 0.10 | 0.81 |
| HSL | 171.89º | 0.63% | 0.12% | - |
| HSV(B) | 171.89º | 0.77% | 0.19% | - |
| XYZ | 1.63 | 2.36 | 2.65 | - |
| YUV | 36.37 | 131.74 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 48 | 43 | 0.77 | 0 | 0.10 | 0.81 | 171.89 | 0.63 | 0.12 |
| Hex | B | 30 | 2B | 4D | 0 | A | 51 | AC | 3F | C |
| Octal | 13 | 60 | 53 | 115 | 0 | 12 | 121 | 254 | 77 | 14 |
| Binary | 1011 | 110000 | 101011 | 1001101 | 0 | 1010 | 1010001 | 10101100 | 111111 | 1100 |
Color Harmonies of #0B302B
Complementary color
Monochromatic Colors of #0B302B
Black with #0B302B
Text Example
Text Example
White with #0B302B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B302B; }
p { color: rgb(11,48,43); }
H1.HeaderClassName
{
color: #0B302B;
}
.AnyTagClassName
{
color: #0B302B;
}
</style>
background-color css
<style>
a { background-color: #0B302B; }
a { background-color: rgb(11,48,43); }
div.DivClassName
{
background-color: #0B302B;
}
.BgClassName
{
background-color: #0B302B;
}
</style>
border-color css
<style>
span { border-color: #0B302B; }
span { border-color: rgb(11,48,43); }
td.TdClassName
{
border-color: #0B302B;
}
.TagClassName
{
border-color: #0B302B;
}
</style>