Shades of Dark Green #0B342C
Tints of Dark Green #0B342C
RGB
CMYK
RGB Variations
Color information
#0B342C (or 0x0B342C) is known color: Dark Green. HEX triplet: 0B, 34 and 2C. RGB value is (11,52,44). Sum of RGB (Red+Green+Blue) = 11+52+44=107 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.28% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #0B342C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B342C is #F4CBD3. Grayscale: #262626. Windows color (decimal): -16042964 or 2896907. OLE color: 2896907.
HSL color Cylindrical-coordinate representation of color #0B342C: hue angle of 168.29º 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 #0B342C is Cyan = 0.79, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 52 | 44 | - |
| CMYK | 0.79 | 0 | 0.15 | 0.80 |
| HSL | 168.29º | 0.65% | 0.12% | - |
| HSV(B) | 168.29º | 0.79% | 0.2% | - |
| XYZ | 1.82 | 2.71 | 2.81 | - |
| YUV | 38.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 44 | 0.79 | 0 | 0.15 | 0.80 | 168.29 | 0.65 | 0.12 |
| Hex | B | 34 | 2C | 4F | 0 | F | 50 | A8 | 41 | C |
| Octal | 13 | 64 | 54 | 117 | 0 | 17 | 120 | 250 | 101 | 14 |
| Binary | 1011 | 110100 | 101100 | 1001111 | 0 | 1111 | 1010000 | 10101000 | 1000001 | 1100 |
Color Harmonies of #0B342C
Complementary color
Monochromatic Colors of #0B342C
Black with #0B342C
Text Example
Text Example
White with #0B342C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B342C; }
p { color: rgb(11,52,44); }
H1.HeaderClassName
{
color: #0B342C;
}
.AnyTagClassName
{
color: #0B342C;
}
</style>
background-color css
<style>
a { background-color: #0B342C; }
a { background-color: rgb(11,52,44); }
div.DivClassName
{
background-color: #0B342C;
}
.BgClassName
{
background-color: #0B342C;
}
</style>
border-color css
<style>
span { border-color: #0B342C; }
span { border-color: rgb(11,52,44); }
td.TdClassName
{
border-color: #0B342C;
}
.TagClassName
{
border-color: #0B342C;
}
</style>