Shades of Dark Green #0B2523
Tints of Dark Green #0B2523
RGB
CMYK
RGB Variations
Color information
#0B2523 (or 0x0B2523) is known color: Dark Green. HEX triplet: 0B, 25 and 23. RGB value is (11,37,35). Sum of RGB (Red+Green+Blue) = 11+37+35=83 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.25% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 35 (14.06% from 255 or 42.17% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #0B2523 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2523 is #F4DADC. Grayscale: #1C1C1C. Windows color (decimal): -16046813 or 2303243. OLE color: 2303243.
HSL color Cylindrical-coordinate representation of color #0B2523: hue angle of 175.38º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0B2523 is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 37 | 35 | - |
| CMYK | 0.70 | 0 | 0.05 | 0.85 |
| HSL | 175.38º | 0.54% | 0.09% | - |
| HSV(B) | 175.38º | 0.7% | 0.15% | - |
| XYZ | 1.1 | 1.52 | 1.82 | - |
| YUV | 29 | 131.39 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 35 | 0.70 | 0 | 0.05 | 0.85 | 175.38 | 0.54 | 0.09 |
| Hex | B | 25 | 23 | 46 | 0 | 5 | 55 | AF | 36 | 9 |
| Octal | 13 | 45 | 43 | 106 | 0 | 5 | 125 | 257 | 66 | 11 |
| Binary | 1011 | 100101 | 100011 | 1000110 | 0 | 101 | 1010101 | 10101111 | 110110 | 1001 |
Color Harmonies of #0B2523
Complementary color
Monochromatic Colors of #0B2523
Black with #0B2523
Text Example
Text Example
White with #0B2523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2523; }
p { color: rgb(11,37,35); }
H1.HeaderClassName
{
color: #0B2523;
}
.AnyTagClassName
{
color: #0B2523;
}
</style>
background-color css
<style>
a { background-color: #0B2523; }
a { background-color: rgb(11,37,35); }
div.DivClassName
{
background-color: #0B2523;
}
.BgClassName
{
background-color: #0B2523;
}
</style>
border-color css
<style>
span { border-color: #0B2523; }
span { border-color: rgb(11,37,35); }
td.TdClassName
{
border-color: #0B2523;
}
.TagClassName
{
border-color: #0B2523;
}
</style>