Shades of Dark Green #0B3629
Tints of Dark Green #0B3629
RGB
CMYK
RGB Variations
Color information
#0B3629 (or 0x0B3629) is known color: Dark Green. HEX triplet: 0B, 36 and 29. RGB value is (11,54,41). Sum of RGB (Red+Green+Blue) = 11+54+41=106 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.38% from 106); Green value is 54 (21.48% from 255 or 50.94% from 106); Blue value is 41 (16.41% from 255 or 38.68% from 106); Max value from RGB is 54 - color contains mainly: green. Hex color #0B3629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3629 is #F4C9D6. Grayscale: #272727. Windows color (decimal): -16042455 or 2700811. OLE color: 2700811.
HSL color Cylindrical-coordinate representation of color #0B3629: hue angle of 161.86º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B3629 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 11 | 54 | 41 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.79 |
| HSL | 161.86º | 0.66% | 0.13% | - |
| HSV(B) | 161.86º | 0.8% | 0.21% | - |
| XYZ | 1.86 | 2.87 | 2.55 | - |
| YUV | 39.66 | 128.75 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 54 | 41 | 0.80 | 0 | 0.24 | 0.79 | 161.86 | 0.66 | 0.13 |
| Hex | B | 36 | 29 | 50 | 0 | 18 | 4F | A2 | 42 | D |
| Octal | 13 | 66 | 51 | 120 | 0 | 30 | 117 | 242 | 102 | 15 |
| Binary | 1011 | 110110 | 101001 | 1010000 | 0 | 11000 | 1001111 | 10100010 | 1000010 | 1101 |
Color Harmonies of #0B3629
Complementary color
Monochromatic Colors of #0B3629
Black with #0B3629
Text Example
Text Example
White with #0B3629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3629; }
p { color: rgb(11,54,41); }
H1.HeaderClassName
{
color: #0B3629;
}
.AnyTagClassName
{
color: #0B3629;
}
</style>
background-color css
<style>
a { background-color: #0B3629; }
a { background-color: rgb(11,54,41); }
div.DivClassName
{
background-color: #0B3629;
}
.BgClassName
{
background-color: #0B3629;
}
</style>
border-color css
<style>
span { border-color: #0B3629; }
span { border-color: rgb(11,54,41); }
td.TdClassName
{
border-color: #0B3629;
}
.TagClassName
{
border-color: #0B3629;
}
</style>