Shades of Dark Green #0B3228
Tints of Dark Green #0B3228
RGB
CMYK
RGB Variations
Color information
#0B3228 (or 0x0B3228) is known color: Dark Green. HEX triplet: 0B, 32 and 28. RGB value is (11,50,40). Sum of RGB (Red+Green+Blue) = 11+50+40=101 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.89% from 101); Green value is 50 (19.92% from 255 or 49.50% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 50 - color contains mainly: green. Hex color #0B3228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3228 is #F4CDD7. Grayscale: #252525. Windows color (decimal): -16043480 or 2634251. OLE color: 2634251.
HSL color Cylindrical-coordinate representation of color #0B3228: hue angle of 164.62º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B3228 is Cyan = 0.78, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 50 | 40 | - |
| CMYK | 0.78 | 0 | 0.20 | 0.80 |
| HSL | 164.62º | 0.64% | 0.12% | - |
| HSV(B) | 164.62º | 0.78% | 0.2% | - |
| XYZ | 1.66 | 2.51 | 2.4 | - |
| YUV | 37.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 40 | 0.78 | 0 | 0.20 | 0.80 | 164.62 | 0.64 | 0.12 |
| Hex | B | 32 | 28 | 4E | 0 | 14 | 50 | A5 | 40 | C |
| Octal | 13 | 62 | 50 | 116 | 0 | 24 | 120 | 245 | 100 | 14 |
| Binary | 1011 | 110010 | 101000 | 1001110 | 0 | 10100 | 1010000 | 10100101 | 1000000 | 1100 |
Color Harmonies of #0B3228
Complementary color
Monochromatic Colors of #0B3228
Black with #0B3228
Text Example
Text Example
White with #0B3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3228; }
p { color: rgb(11,50,40); }
H1.HeaderClassName
{
color: #0B3228;
}
.AnyTagClassName
{
color: #0B3228;
}
</style>
background-color css
<style>
a { background-color: #0B3228; }
a { background-color: rgb(11,50,40); }
div.DivClassName
{
background-color: #0B3228;
}
.BgClassName
{
background-color: #0B3228;
}
</style>
border-color css
<style>
span { border-color: #0B3228; }
span { border-color: rgb(11,50,40); }
td.TdClassName
{
border-color: #0B3228;
}
.TagClassName
{
border-color: #0B3228;
}
</style>