Shades of Dark Green #0B2F27
Tints of Dark Green #0B2F27
RGB
CMYK
RGB Variations
Color information
#0B2F27 (or 0x0B2F27) is known color: Dark Green. HEX triplet: 0B, 2F and 27. RGB value is (11,47,39). Sum of RGB (Red+Green+Blue) = 11+47+39=97 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.34% from 97); Green value is 47 (18.75% from 255 or 48.45% from 97); Blue value is 39 (15.62% from 255 or 40.21% from 97); Max value from RGB is 47 - color contains mainly: green. Hex color #0B2F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2F27 is #F4D0D8. Grayscale: #232323. Windows color (decimal): -16044249 or 2567947. OLE color: 2567947.
HSL color Cylindrical-coordinate representation of color #0B2F27: hue angle of 166.67º degrees, saturation: 0.62, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0B2F27 is Cyan = 0.77, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 11 | 47 | 39 | - |
| CMYK | 0.77 | 0 | 0.17 | 0.82 |
| HSL | 166.67º | 0.62% | 0.11% | - |
| HSV(B) | 166.67º | 0.77% | 0.18% | - |
| XYZ | 1.52 | 2.25 | 2.27 | - |
| YUV | 35.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 47 | 39 | 0.77 | 0 | 0.17 | 0.82 | 166.67 | 0.62 | 0.11 |
| Hex | B | 2F | 27 | 4D | 0 | 11 | 52 | A7 | 3E | B |
| Octal | 13 | 57 | 47 | 115 | 0 | 21 | 122 | 247 | 76 | 13 |
| Binary | 1011 | 101111 | 100111 | 1001101 | 0 | 10001 | 1010010 | 10100111 | 111110 | 1011 |
Color Harmonies of #0B2F27
Complementary color
Monochromatic Colors of #0B2F27
Black with #0B2F27
Text Example
Text Example
White with #0B2F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2F27; }
p { color: rgb(11,47,39); }
H1.HeaderClassName
{
color: #0B2F27;
}
.AnyTagClassName
{
color: #0B2F27;
}
</style>
background-color css
<style>
a { background-color: #0B2F27; }
a { background-color: rgb(11,47,39); }
div.DivClassName
{
background-color: #0B2F27;
}
.BgClassName
{
background-color: #0B2F27;
}
</style>
border-color css
<style>
span { border-color: #0B2F27; }
span { border-color: rgb(11,47,39); }
td.TdClassName
{
border-color: #0B2F27;
}
.TagClassName
{
border-color: #0B2F27;
}
</style>