Shades of Dark Green #0B3A2A
Tints of Dark Green #0B3A2A
RGB
CMYK
RGB Variations
Color information
#0B3A2A (or 0x0B3A2A) is known color: Dark Green. HEX triplet: 0B, 3A and 2A. RGB value is (11,58,42). Sum of RGB (Red+Green+Blue) = 11+58+42=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 58 (23.05% from 255 or 52.25% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 58 - color contains mainly: green. Hex color #0B3A2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3A2A is #F4C5D5. Grayscale: #2A2A2A. Windows color (decimal): -16041430 or 2767371. OLE color: 2767371.
HSL color Cylindrical-coordinate representation of color #0B3A2A: hue angle of 159.57º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3A2A is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 11 | 58 | 42 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.77 |
| HSL | 159.57º | 0.68% | 0.14% | - |
| HSV(B) | 159.57º | 0.81% | 0.23% | - |
| XYZ | 2.07 | 3.26 | 2.71 | - |
| YUV | 42.12 | 127.93 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 58 | 42 | 0.81 | 0 | 0.28 | 0.77 | 159.57 | 0.68 | 0.14 |
| Hex | B | 3A | 2A | 51 | 0 | 1C | 4D | A0 | 44 | E |
| Octal | 13 | 72 | 52 | 121 | 0 | 34 | 115 | 240 | 104 | 16 |
| Binary | 1011 | 111010 | 101010 | 1010001 | 0 | 11100 | 1001101 | 10100000 | 1000100 | 1110 |
Color Harmonies of #0B3A2A
Complementary color
Monochromatic Colors of #0B3A2A
Black with #0B3A2A
Text Example
Text Example
White with #0B3A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3A2A; }
p { color: rgb(11,58,42); }
H1.HeaderClassName
{
color: #0B3A2A;
}
.AnyTagClassName
{
color: #0B3A2A;
}
</style>
background-color css
<style>
a { background-color: #0B3A2A; }
a { background-color: rgb(11,58,42); }
div.DivClassName
{
background-color: #0B3A2A;
}
.BgClassName
{
background-color: #0B3A2A;
}
</style>
border-color css
<style>
span { border-color: #0B3A2A; }
span { border-color: rgb(11,58,42); }
td.TdClassName
{
border-color: #0B3A2A;
}
.TagClassName
{
border-color: #0B3A2A;
}
</style>