Shades of Dark Green #0B2C24
Tints of Dark Green #0B2C24
RGB
CMYK
RGB Variations
Color information
#0B2C24 (or 0x0B2C24) is known color: Dark Green. HEX triplet: 0B, 2C and 24. RGB value is (11,44,36). Sum of RGB (Red+Green+Blue) = 11+44+36=91 (12% of max value = 765). Red value is 11 (4.69% from 255 or 12.09% from 91); Green value is 44 (17.58% from 255 or 48.35% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 44 - color contains mainly: green. Hex color #0B2C24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2C24 is #F4D3DB. Grayscale: #212121. Windows color (decimal): -16045020 or 2370571. OLE color: 2370571.
HSL color Cylindrical-coordinate representation of color #0B2C24: hue angle of 165.45º 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 #0B2C24 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 11 | 44 | 36 | - |
| CMYK | 0.75 | 0 | 0.18 | 0.83 |
| HSL | 165.45º | 0.6% | 0.11% | - |
| HSV(B) | 165.45º | 0.75% | 0.17% | - |
| XYZ | 1.36 | 2 | 1.98 | - |
| YUV | 33.22 | 129.57 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 44 | 36 | 0.75 | 0 | 0.18 | 0.83 | 165.45 | 0.6 | 0.11 |
| Hex | B | 2C | 24 | 4B | 0 | 12 | 53 | A5 | 3C | B |
| Octal | 13 | 54 | 44 | 113 | 0 | 22 | 123 | 245 | 74 | 13 |
| Binary | 1011 | 101100 | 100100 | 1001011 | 0 | 10010 | 1010011 | 10100101 | 111100 | 1011 |
Color Harmonies of #0B2C24
Complementary color
Monochromatic Colors of #0B2C24
Black with #0B2C24
Text Example
Text Example
White with #0B2C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2C24; }
p { color: rgb(11,44,36); }
H1.HeaderClassName
{
color: #0B2C24;
}
.AnyTagClassName
{
color: #0B2C24;
}
</style>
background-color css
<style>
a { background-color: #0B2C24; }
a { background-color: rgb(11,44,36); }
div.DivClassName
{
background-color: #0B2C24;
}
.BgClassName
{
background-color: #0B2C24;
}
</style>
border-color css
<style>
span { border-color: #0B2C24; }
span { border-color: rgb(11,44,36); }
td.TdClassName
{
border-color: #0B2C24;
}
.TagClassName
{
border-color: #0B2C24;
}
</style>