Shades of Dark Green #0B372D
Tints of Dark Green #0B372D
RGB
CMYK
RGB Variations
Color information
#0B372D (or 0x0B372D) is known color: Dark Green. HEX triplet: 0B, 37 and 2D. RGB value is (11,55,45). Sum of RGB (Red+Green+Blue) = 11+55+45=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #0B372D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B372D is #F4C8D2. Grayscale: #282828. Windows color (decimal): -16042195 or 2963211. OLE color: 2963211.
HSL color Cylindrical-coordinate representation of color #0B372D: hue angle of 166.36º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B372D is Cyan = 0.8, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 55 | 45 | - |
| CMYK | 0.8 | 0 | 0.18 | 0.78 |
| HSL | 166.36º | 0.67% | 0.13% | - |
| HSV(B) | 166.36º | 0.8% | 0.22% | - |
| XYZ | 1.98 | 2.99 | 2.96 | - |
| YUV | 40.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 55 | 45 | 0.8 | 0 | 0.18 | 0.78 | 166.36 | 0.67 | 0.13 |
| Hex | B | 37 | 2D | 50 | 0 | 12 | 4E | A6 | 43 | D |
| Octal | 13 | 67 | 55 | 120 | 0 | 22 | 116 | 246 | 103 | 15 |
| Binary | 1011 | 110111 | 101101 | 1010000 | 0 | 10010 | 1001110 | 10100110 | 1000011 | 1101 |
Color Harmonies of #0B372D
Complementary color
Monochromatic Colors of #0B372D
Black with #0B372D
Text Example
Text Example
White with #0B372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B372D; }
p { color: rgb(11,55,45); }
H1.HeaderClassName
{
color: #0B372D;
}
.AnyTagClassName
{
color: #0B372D;
}
</style>
background-color css
<style>
a { background-color: #0B372D; }
a { background-color: rgb(11,55,45); }
div.DivClassName
{
background-color: #0B372D;
}
.BgClassName
{
background-color: #0B372D;
}
</style>
border-color css
<style>
span { border-color: #0B372D; }
span { border-color: rgb(11,55,45); }
td.TdClassName
{
border-color: #0B372D;
}
.TagClassName
{
border-color: #0B372D;
}
</style>