Shades of Dark Green #0B3428
Tints of Dark Green #0B3428
RGB
CMYK
RGB Variations
Color information
#0B3428 (or 0x0B3428) is known color: Dark Green. HEX triplet: 0B, 34 and 28. RGB value is (11,52,40). Sum of RGB (Red+Green+Blue) = 11+52+40=103 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.68% from 103); Green value is 52 (20.70% from 255 or 50.49% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 52 - color contains mainly: green. Hex color #0B3428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3428 is #F4CBD7. Grayscale: #262626. Windows color (decimal): -16042968 or 2634763. OLE color: 2634763.
HSL color Cylindrical-coordinate representation of color #0B3428: hue angle of 162.44º 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 #0B3428 is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 52 | 40 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.80 |
| HSL | 162.44º | 0.65% | 0.12% | - |
| HSV(B) | 162.44º | 0.79% | 0.2% | - |
| XYZ | 1.75 | 2.68 | 2.43 | - |
| YUV | 38.37 | 128.92 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 40 | 0.79 | 0 | 0.23 | 0.80 | 162.44 | 0.65 | 0.12 |
| Hex | B | 34 | 28 | 4F | 0 | 17 | 50 | A2 | 41 | C |
| Octal | 13 | 64 | 50 | 117 | 0 | 27 | 120 | 242 | 101 | 14 |
| Binary | 1011 | 110100 | 101000 | 1001111 | 0 | 10111 | 1010000 | 10100010 | 1000001 | 1100 |
Color Harmonies of #0B3428
Complementary color
Monochromatic Colors of #0B3428
Black with #0B3428
Text Example
Text Example
White with #0B3428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3428; }
p { color: rgb(11,52,40); }
H1.HeaderClassName
{
color: #0B3428;
}
.AnyTagClassName
{
color: #0B3428;
}
</style>
background-color css
<style>
a { background-color: #0B3428; }
a { background-color: rgb(11,52,40); }
div.DivClassName
{
background-color: #0B3428;
}
.BgClassName
{
background-color: #0B3428;
}
</style>
border-color css
<style>
span { border-color: #0B3428; }
span { border-color: rgb(11,52,40); }
td.TdClassName
{
border-color: #0B3428;
}
.TagClassName
{
border-color: #0B3428;
}
</style>