Shades of Dark Green #0B241B
Tints of Dark Green #0B241B
RGB
CMYK
RGB Variations
Color information
#0B241B (or 0x0B241B) is known color: Dark Green. HEX triplet: 0B, 24 and 1B. RGB value is (11,36,27). Sum of RGB (Red+Green+Blue) = 11+36+27=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 36 (14.45% from 255 or 48.65% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 36 - color contains mainly: green. Hex color #0B241B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B241B is #F4DBE4. Grayscale: #1B1B1B. Windows color (decimal): -16047077 or 1778699. OLE color: 1778699.
HSL color Cylindrical-coordinate representation of color #0B241B: hue angle of 158.4º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B241B is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 11 | 36 | 27 | - |
| CMYK | 0.69 | 0 | 0.25 | 0.86 |
| HSL | 158.4º | 0.53% | 0.09% | - |
| HSV(B) | 158.4º | 0.69% | 0.14% | - |
| XYZ | 0.97 | 1.41 | 1.26 | - |
| YUV | 27.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 36 | 27 | 0.69 | 0 | 0.25 | 0.86 | 158.4 | 0.53 | 0.09 |
| Hex | B | 24 | 1B | 45 | 0 | 19 | 56 | 9E | 35 | 9 |
| Octal | 13 | 44 | 33 | 105 | 0 | 31 | 126 | 236 | 65 | 11 |
| Binary | 1011 | 100100 | 11011 | 1000101 | 0 | 11001 | 1010110 | 10011110 | 110101 | 1001 |
Color Harmonies of #0B241B
Complementary color
Monochromatic Colors of #0B241B
Black with #0B241B
Text Example
Text Example
White with #0B241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B241B; }
p { color: rgb(11,36,27); }
H1.HeaderClassName
{
color: #0B241B;
}
.AnyTagClassName
{
color: #0B241B;
}
</style>
background-color css
<style>
a { background-color: #0B241B; }
a { background-color: rgb(11,36,27); }
div.DivClassName
{
background-color: #0B241B;
}
.BgClassName
{
background-color: #0B241B;
}
</style>
border-color css
<style>
span { border-color: #0B241B; }
span { border-color: rgb(11,36,27); }
td.TdClassName
{
border-color: #0B241B;
}
.TagClassName
{
border-color: #0B241B;
}
</style>