Shades of Dark Green #0B3425
Tints of Dark Green #0B3425
RGB
CMYK
RGB Variations
Color information
#0B3425 (or 0x0B3425) is known color: Dark Green. HEX triplet: 0B, 34 and 25. RGB value is (11,52,37). Sum of RGB (Red+Green+Blue) = 11+52+37=100 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11% from 100); Green value is 52 (20.70% from 255 or 52% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 52 - color contains mainly: green. Hex color #0B3425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3425 is #F4CBDA. Grayscale: #262626. Windows color (decimal): -16042971 or 2438155. OLE color: 2438155.
HSL color Cylindrical-coordinate representation of color #0B3425: hue angle of 158.05º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0B3425 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 11 | 52 | 37 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.80 |
| HSL | 158.05º | 0.65% | 0.12% | - |
| HSV(B) | 158.05º | 0.79% | 0.2% | - |
| XYZ | 1.7 | 2.66 | 2.17 | - |
| YUV | 38.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 37 | 0.79 | 0 | 0.29 | 0.80 | 158.05 | 0.65 | 0.12 |
| Hex | B | 34 | 25 | 4F | 0 | 1D | 50 | 9E | 41 | C |
| Octal | 13 | 64 | 45 | 117 | 0 | 35 | 120 | 236 | 101 | 14 |
| Binary | 1011 | 110100 | 100101 | 1001111 | 0 | 11101 | 1010000 | 10011110 | 1000001 | 1100 |
Color Harmonies of #0B3425
Complementary color
Monochromatic Colors of #0B3425
Black with #0B3425
Text Example
Text Example
White with #0B3425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3425; }
p { color: rgb(11,52,37); }
H1.HeaderClassName
{
color: #0B3425;
}
.AnyTagClassName
{
color: #0B3425;
}
</style>
background-color css
<style>
a { background-color: #0B3425; }
a { background-color: rgb(11,52,37); }
div.DivClassName
{
background-color: #0B3425;
}
.BgClassName
{
background-color: #0B3425;
}
</style>
border-color css
<style>
span { border-color: #0B3425; }
span { border-color: rgb(11,52,37); }
td.TdClassName
{
border-color: #0B3425;
}
.TagClassName
{
border-color: #0B3425;
}
</style>