Shades of Dark Green #0F221B
Tints of Dark Green #0F221B
RGB
CMYK
RGB Variations
Color information
#0F221B (or 0x0F221B) is known color: Dark Green. HEX triplet: 0F, 22 and 1B. RGB value is (15,34,27). Sum of RGB (Red+Green+Blue) = 15+34+27=76 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.74% from 76); Green value is 34 (13.67% from 255 or 44.74% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 34 - color contains mainly: green. Hex color #0F221B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F221B is #F0DDE4. Grayscale: #1B1B1B. Windows color (decimal): -15785445 or 1778191. OLE color: 1778191.
HSL color Cylindrical-coordinate representation of color #0F221B: hue angle of 157.89º degrees, saturation: 0.39, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0F221B is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 34 | 27 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.87 |
| HSL | 157.89º | 0.39% | 0.1% | - |
| HSV(B) | 157.89º | 0.56% | 0.13% | - |
| XYZ | 0.97 | 1.32 | 1.24 | - |
| YUV | 27.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 27 | 0.56 | 0 | 0.21 | 0.87 | 157.89 | 0.39 | 0.1 |
| Hex | F | 22 | 1B | 38 | 0 | 15 | 57 | 9E | 27 | A |
| Octal | 17 | 42 | 33 | 70 | 0 | 25 | 127 | 236 | 47 | 12 |
| Binary | 1111 | 100010 | 11011 | 111000 | 0 | 10101 | 1010111 | 10011110 | 100111 | 1010 |
Color Harmonies of #0F221B
Complementary color
Monochromatic Colors of #0F221B
Black with #0F221B
Text Example
Text Example
White with #0F221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F221B; }
p { color: rgb(15,34,27); }
H1.HeaderClassName
{
color: #0F221B;
}
.AnyTagClassName
{
color: #0F221B;
}
</style>
background-color css
<style>
a { background-color: #0F221B; }
a { background-color: rgb(15,34,27); }
div.DivClassName
{
background-color: #0F221B;
}
.BgClassName
{
background-color: #0F221B;
}
</style>
border-color css
<style>
span { border-color: #0F221B; }
span { border-color: rgb(15,34,27); }
td.TdClassName
{
border-color: #0F221B;
}
.TagClassName
{
border-color: #0F221B;
}
</style>