Shades of Dark Green #0B2C23
Tints of Dark Green #0B2C23
RGB
CMYK
RGB Variations
Color information
#0B2C23 (or 0x0B2C23) is known color: Dark Green. HEX triplet: 0B, 2C and 23. RGB value is (11,44,35). Sum of RGB (Red+Green+Blue) = 11+44+35=90 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.22% from 90); Green value is 44 (17.58% from 255 or 48.89% from 90); Blue value is 35 (14.06% from 255 or 38.89% from 90); Max value from RGB is 44 - color contains mainly: green. Hex color #0B2C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2C23 is #F4D3DC. Grayscale: #212121. Windows color (decimal): -16045021 or 2305035. OLE color: 2305035.
HSL color Cylindrical-coordinate representation of color #0B2C23: hue angle of 163.64º 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 #0B2C23 is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 11 | 44 | 35 | - |
| CMYK | 0.75 | 0 | 0.20 | 0.83 |
| HSL | 163.64º | 0.6% | 0.11% | - |
| HSV(B) | 163.64º | 0.75% | 0.17% | - |
| XYZ | 1.34 | 1.99 | 1.9 | - |
| YUV | 33.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 44 | 35 | 0.75 | 0 | 0.20 | 0.83 | 163.64 | 0.6 | 0.11 |
| Hex | B | 2C | 23 | 4B | 0 | 14 | 53 | A4 | 3C | B |
| Octal | 13 | 54 | 43 | 113 | 0 | 24 | 123 | 244 | 74 | 13 |
| Binary | 1011 | 101100 | 100011 | 1001011 | 0 | 10100 | 1010011 | 10100100 | 111100 | 1011 |
Color Harmonies of #0B2C23
Complementary color
Monochromatic Colors of #0B2C23
Black with #0B2C23
Text Example
Text Example
White with #0B2C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2C23; }
p { color: rgb(11,44,35); }
H1.HeaderClassName
{
color: #0B2C23;
}
.AnyTagClassName
{
color: #0B2C23;
}
</style>
background-color css
<style>
a { background-color: #0B2C23; }
a { background-color: rgb(11,44,35); }
div.DivClassName
{
background-color: #0B2C23;
}
.BgClassName
{
background-color: #0B2C23;
}
</style>
border-color css
<style>
span { border-color: #0B2C23; }
span { border-color: rgb(11,44,35); }
td.TdClassName
{
border-color: #0B2C23;
}
.TagClassName
{
border-color: #0B2C23;
}
</style>