Shades of Dark Green #0B342A
Tints of Dark Green #0B342A
RGB
CMYK
RGB Variations
Color information
#0B342A (or 0x0B342A) is known color: Dark Green. HEX triplet: 0B, 34 and 2A. RGB value is (11,52,42). Sum of RGB (Red+Green+Blue) = 11+52+42=105 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.48% from 105); Green value is 52 (20.70% from 255 or 49.52% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 52 - color contains mainly: green. Hex color #0B342A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B342A is #F4CBD5. Grayscale: #262626. Windows color (decimal): -16042966 or 2765835. OLE color: 2765835.
HSL color Cylindrical-coordinate representation of color #0B342A: hue angle of 165.37º 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 #0B342A is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 52 | 42 | - |
| CMYK | 0.79 | 0 | 0.19 | 0.80 |
| HSL | 165.37º | 0.65% | 0.12% | - |
| HSV(B) | 165.37º | 0.79% | 0.2% | - |
| XYZ | 1.78 | 2.69 | 2.62 | - |
| YUV | 38.6 | 129.92 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 42 | 0.79 | 0 | 0.19 | 0.80 | 165.37 | 0.65 | 0.12 |
| Hex | B | 34 | 2A | 4F | 0 | 13 | 50 | A5 | 41 | C |
| Octal | 13 | 64 | 52 | 117 | 0 | 23 | 120 | 245 | 101 | 14 |
| Binary | 1011 | 110100 | 101010 | 1001111 | 0 | 10011 | 1010000 | 10100101 | 1000001 | 1100 |
Color Harmonies of #0B342A
Complementary color
Monochromatic Colors of #0B342A
Black with #0B342A
Text Example
Text Example
White with #0B342A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B342A; }
p { color: rgb(11,52,42); }
H1.HeaderClassName
{
color: #0B342A;
}
.AnyTagClassName
{
color: #0B342A;
}
</style>
background-color css
<style>
a { background-color: #0B342A; }
a { background-color: rgb(11,52,42); }
div.DivClassName
{
background-color: #0B342A;
}
.BgClassName
{
background-color: #0B342A;
}
</style>
border-color css
<style>
span { border-color: #0B342A; }
span { border-color: rgb(11,52,42); }
td.TdClassName
{
border-color: #0B342A;
}
.TagClassName
{
border-color: #0B342A;
}
</style>