Shades of Dark Green #0B342E
Tints of Dark Green #0B342E
RGB
CMYK
RGB Variations
Color information
#0B342E (or 0x0B342E) is known color: Dark Green. HEX triplet: 0B, 34 and 2E. RGB value is (11,52,46). Sum of RGB (Red+Green+Blue) = 11+52+46=109 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.09% from 109); Green value is 52 (20.70% from 255 or 47.71% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 52 - color contains mainly: green. Hex color #0B342E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B342E is #F4CBD1. Grayscale: #272727. Windows color (decimal): -16042962 or 3027979. OLE color: 3027979.
HSL color Cylindrical-coordinate representation of color #0B342E: hue angle of 171.22º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B342E is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 52 | 46 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.80 |
| HSL | 171.22º | 0.65% | 0.12% | - |
| HSV(B) | 171.22º | 0.79% | 0.2% | - |
| XYZ | 1.86 | 2.72 | 3.01 | - |
| YUV | 39.06 | 131.92 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 46 | 0.79 | 0 | 0.12 | 0.80 | 171.22 | 0.65 | 0.12 |
| Hex | B | 34 | 2E | 4F | 0 | C | 50 | AB | 41 | C |
| Octal | 13 | 64 | 56 | 117 | 0 | 14 | 120 | 253 | 101 | 14 |
| Binary | 1011 | 110100 | 101110 | 1001111 | 0 | 1100 | 1010000 | 10101011 | 1000001 | 1100 |
Color Harmonies of #0B342E
Complementary color
Monochromatic Colors of #0B342E
Black with #0B342E
Text Example
Text Example
White with #0B342E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B342E; }
p { color: rgb(11,52,46); }
H1.HeaderClassName
{
color: #0B342E;
}
.AnyTagClassName
{
color: #0B342E;
}
</style>
background-color css
<style>
a { background-color: #0B342E; }
a { background-color: rgb(11,52,46); }
div.DivClassName
{
background-color: #0B342E;
}
.BgClassName
{
background-color: #0B342E;
}
</style>
border-color css
<style>
span { border-color: #0B342E; }
span { border-color: rgb(11,52,46); }
td.TdClassName
{
border-color: #0B342E;
}
.TagClassName
{
border-color: #0B342E;
}
</style>