Shades of Dark Green #0B271F
Tints of Dark Green #0B271F
RGB
CMYK
RGB Variations
Color information
#0B271F (or 0x0B271F) is known color: Dark Green. HEX triplet: 0B, 27 and 1F. RGB value is (11,39,31). Sum of RGB (Red+Green+Blue) = 11+39+31=81 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.58% from 81); Green value is 39 (15.62% from 255 or 48.15% from 81); Blue value is 31 (12.5% from 255 or 38.27% from 81); Max value from RGB is 39 - color contains mainly: green. Hex color #0B271F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B271F is #F4D8E0. Grayscale: #1D1D1D. Windows color (decimal): -16046305 or 2041611. OLE color: 2041611.
HSL color Cylindrical-coordinate representation of color #0B271F: hue angle of 162.86º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0B271F is Cyan = 0.72, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 39 | 31 | - |
| CMYK | 0.72 | 0 | 0.21 | 0.85 |
| HSL | 162.86º | 0.56% | 0.1% | - |
| HSV(B) | 162.86º | 0.72% | 0.15% | - |
| XYZ | 1.11 | 1.62 | 1.55 | - |
| YUV | 29.72 | 128.72 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 39 | 31 | 0.72 | 0 | 0.21 | 0.85 | 162.86 | 0.56 | 0.1 |
| Hex | B | 27 | 1F | 48 | 0 | 15 | 55 | A3 | 38 | A |
| Octal | 13 | 47 | 37 | 110 | 0 | 25 | 125 | 243 | 70 | 12 |
| Binary | 1011 | 100111 | 11111 | 1001000 | 0 | 10101 | 1010101 | 10100011 | 111000 | 1010 |
Color Harmonies of #0B271F
Complementary color
Monochromatic Colors of #0B271F
Black with #0B271F
Text Example
Text Example
White with #0B271F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B271F; }
p { color: rgb(11,39,31); }
H1.HeaderClassName
{
color: #0B271F;
}
.AnyTagClassName
{
color: #0B271F;
}
</style>
background-color css
<style>
a { background-color: #0B271F; }
a { background-color: rgb(11,39,31); }
div.DivClassName
{
background-color: #0B271F;
}
.BgClassName
{
background-color: #0B271F;
}
</style>
border-color css
<style>
span { border-color: #0B271F; }
span { border-color: rgb(11,39,31); }
td.TdClassName
{
border-color: #0B271F;
}
.TagClassName
{
border-color: #0B271F;
}
</style>