Shades of Dark Green #0F221C
Tints of Dark Green #0F221C
RGB
CMYK
RGB Variations
Color information
#0F221C (or 0x0F221C) is known color: Dark Green. HEX triplet: 0F, 22 and 1C. RGB value is (15,34,28). Sum of RGB (Red+Green+Blue) = 15+34+28=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 34 (13.67% from 255 or 44.16% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 34 - color contains mainly: green. Hex color #0F221C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F221C is #F0DDE3. Grayscale: #1B1B1B. Windows color (decimal): -15785444 or 1843727. OLE color: 1843727.
HSL color Cylindrical-coordinate representation of color #0F221C: hue angle of 161.05º 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 #0F221C is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 34 | 28 | - |
| CMYK | 0.56 | 0 | 0.18 | 0.87 |
| HSL | 161.05º | 0.39% | 0.1% | - |
| HSV(B) | 161.05º | 0.56% | 0.13% | - |
| XYZ | 0.98 | 1.33 | 1.3 | - |
| YUV | 27.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 28 | 0.56 | 0 | 0.18 | 0.87 | 161.05 | 0.39 | 0.1 |
| Hex | F | 22 | 1C | 38 | 0 | 12 | 57 | A1 | 27 | A |
| Octal | 17 | 42 | 34 | 70 | 0 | 22 | 127 | 241 | 47 | 12 |
| Binary | 1111 | 100010 | 11100 | 111000 | 0 | 10010 | 1010111 | 10100001 | 100111 | 1010 |
Color Harmonies of #0F221C
Complementary color
Monochromatic Colors of #0F221C
Black with #0F221C
Text Example
Text Example
White with #0F221C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F221C; }
p { color: rgb(15,34,28); }
H1.HeaderClassName
{
color: #0F221C;
}
.AnyTagClassName
{
color: #0F221C;
}
</style>
background-color css
<style>
a { background-color: #0F221C; }
a { background-color: rgb(15,34,28); }
div.DivClassName
{
background-color: #0F221C;
}
.BgClassName
{
background-color: #0F221C;
}
</style>
border-color css
<style>
span { border-color: #0F221C; }
span { border-color: rgb(15,34,28); }
td.TdClassName
{
border-color: #0F221C;
}
.TagClassName
{
border-color: #0F221C;
}
</style>