Shades of Dark Green #0B3927
Tints of Dark Green #0B3927
RGB
CMYK
RGB Variations
Color information
#0B3927 (or 0x0B3927) is known color: Dark Green. HEX triplet: 0B, 39 and 27. RGB value is (11,57,39). Sum of RGB (Red+Green+Blue) = 11+57+39=107 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.28% from 107); Green value is 57 (22.66% from 255 or 53.27% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 57 - color contains mainly: green. Hex color #0B3927 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3927 is #F4C6D8. Grayscale: #292929. Windows color (decimal): -16041689 or 2570507. OLE color: 2570507.
HSL color Cylindrical-coordinate representation of color #0B3927: hue angle of 156.52º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B3927 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 57 | 39 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.78 |
| HSL | 156.52º | 0.68% | 0.13% | - |
| HSV(B) | 156.52º | 0.81% | 0.22% | - |
| XYZ | 1.97 | 3.14 | 2.42 | - |
| YUV | 41.19 | 126.76 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 57 | 39 | 0.81 | 0 | 0.32 | 0.78 | 156.52 | 0.68 | 0.13 |
| Hex | B | 39 | 27 | 51 | 0 | 20 | 4E | 9D | 44 | D |
| Octal | 13 | 71 | 47 | 121 | 0 | 40 | 116 | 235 | 104 | 15 |
| Binary | 1011 | 111001 | 100111 | 1010001 | 0 | 100000 | 1001110 | 10011101 | 1000100 | 1101 |
Color Harmonies of #0B3927
Complementary color
Monochromatic Colors of #0B3927
Black with #0B3927
Text Example
Text Example
White with #0B3927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3927; }
p { color: rgb(11,57,39); }
H1.HeaderClassName
{
color: #0B3927;
}
.AnyTagClassName
{
color: #0B3927;
}
</style>
background-color css
<style>
a { background-color: #0B3927; }
a { background-color: rgb(11,57,39); }
div.DivClassName
{
background-color: #0B3927;
}
.BgClassName
{
background-color: #0B3927;
}
</style>
border-color css
<style>
span { border-color: #0B3927; }
span { border-color: rgb(11,57,39); }
td.TdClassName
{
border-color: #0B3927;
}
.TagClassName
{
border-color: #0B3927;
}
</style>