Shades of Dark Green #0B2A1F
Tints of Dark Green #0B2A1F
RGB
CMYK
RGB Variations
Color information
#0B2A1F (or 0x0B2A1F) is known color: Dark Green. HEX triplet: 0B, 2A and 1F. RGB value is (11,42,31). Sum of RGB (Red+Green+Blue) = 11+42+31=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 42 (16.80% from 255 or 50% from 84); Blue value is 31 (12.5% from 255 or 36.90% from 84); Max value from RGB is 42 - color contains mainly: green. Hex color #0B2A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2A1F is #F4D5E0. Grayscale: #1F1F1F. Windows color (decimal): -16045537 or 2042379. OLE color: 2042379.
HSL color Cylindrical-coordinate representation of color #0B2A1F: hue angle of 158.71º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B2A1F is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 42 | 31 | - |
| CMYK | 0.74 | 0 | 0.26 | 0.84 |
| HSL | 158.71º | 0.58% | 0.1% | - |
| HSV(B) | 158.71º | 0.74% | 0.16% | - |
| XYZ | 1.21 | 1.83 | 1.58 | - |
| YUV | 31.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 42 | 31 | 0.74 | 0 | 0.26 | 0.84 | 158.71 | 0.58 | 0.1 |
| Hex | B | 2A | 1F | 4A | 0 | 1A | 54 | 9F | 3A | A |
| Octal | 13 | 52 | 37 | 112 | 0 | 32 | 124 | 237 | 72 | 12 |
| Binary | 1011 | 101010 | 11111 | 1001010 | 0 | 11010 | 1010100 | 10011111 | 111010 | 1010 |
Color Harmonies of #0B2A1F
Complementary color
Monochromatic Colors of #0B2A1F
Black with #0B2A1F
Text Example
Text Example
White with #0B2A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2A1F; }
p { color: rgb(11,42,31); }
H1.HeaderClassName
{
color: #0B2A1F;
}
.AnyTagClassName
{
color: #0B2A1F;
}
</style>
background-color css
<style>
a { background-color: #0B2A1F; }
a { background-color: rgb(11,42,31); }
div.DivClassName
{
background-color: #0B2A1F;
}
.BgClassName
{
background-color: #0B2A1F;
}
</style>
border-color css
<style>
span { border-color: #0B2A1F; }
span { border-color: rgb(11,42,31); }
td.TdClassName
{
border-color: #0B2A1F;
}
.TagClassName
{
border-color: #0B2A1F;
}
</style>