Shades of Dark Green #0B2C1F
Tints of Dark Green #0B2C1F
RGB
CMYK
RGB Variations
Color information
#0B2C1F (or 0x0B2C1F) is known color: Dark Green. HEX triplet: 0B, 2C and 1F. RGB value is (11,44,31). Sum of RGB (Red+Green+Blue) = 11+44+31=86 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.79% from 86); Green value is 44 (17.58% from 255 or 51.16% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 44 - color contains mainly: green. Hex color #0B2C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2C1F is #F4D3E0. Grayscale: #202020. Windows color (decimal): -16045025 or 2042891. OLE color: 2042891.
HSL color Cylindrical-coordinate representation of color #0B2C1F: hue angle of 156.36º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0B2C1F is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 11 | 44 | 31 | - |
| CMYK | 0.75 | 0 | 0.30 | 0.83 |
| HSL | 156.36º | 0.6% | 0.11% | - |
| HSV(B) | 156.36º | 0.75% | 0.17% | - |
| XYZ | 1.29 | 1.97 | 1.61 | - |
| YUV | 32.65 | 127.07 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 44 | 31 | 0.75 | 0 | 0.30 | 0.83 | 156.36 | 0.6 | 0.11 |
| Hex | B | 2C | 1F | 4B | 0 | 1E | 53 | 9C | 3C | B |
| Octal | 13 | 54 | 37 | 113 | 0 | 36 | 123 | 234 | 74 | 13 |
| Binary | 1011 | 101100 | 11111 | 1001011 | 0 | 11110 | 1010011 | 10011100 | 111100 | 1011 |
Color Harmonies of #0B2C1F
Complementary color
Monochromatic Colors of #0B2C1F
Black with #0B2C1F
Text Example
Text Example
White with #0B2C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2C1F; }
p { color: rgb(11,44,31); }
H1.HeaderClassName
{
color: #0B2C1F;
}
.AnyTagClassName
{
color: #0B2C1F;
}
</style>
background-color css
<style>
a { background-color: #0B2C1F; }
a { background-color: rgb(11,44,31); }
div.DivClassName
{
background-color: #0B2C1F;
}
.BgClassName
{
background-color: #0B2C1F;
}
</style>
border-color css
<style>
span { border-color: #0B2C1F; }
span { border-color: rgb(11,44,31); }
td.TdClassName
{
border-color: #0B2C1F;
}
.TagClassName
{
border-color: #0B2C1F;
}
</style>