Shades of Dark Green #0F221D
Tints of Dark Green #0F221D
RGB
CMYK
RGB Variations
Color information
#0F221D (or 0x0F221D) is known color: Dark Green. HEX triplet: 0F, 22 and 1D. RGB value is (15,34,29). Sum of RGB (Red+Green+Blue) = 15+34+29=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 34 (13.67% from 255 or 43.59% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 34 - color contains mainly: green. Hex color #0F221D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F221D is #F0DDE2. Grayscale: #1B1B1B. Windows color (decimal): -15785443 or 1909263. OLE color: 1909263.
HSL color Cylindrical-coordinate representation of color #0F221D: hue angle of 164.21º 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 #0F221D is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 34 | 29 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.87 |
| HSL | 164.21º | 0.39% | 0.1% | - |
| HSV(B) | 164.21º | 0.56% | 0.13% | - |
| XYZ | 0.99 | 1.33 | 1.37 | - |
| YUV | 27.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 29 | 0.56 | 0 | 0.15 | 0.87 | 164.21 | 0.39 | 0.1 |
| Hex | F | 22 | 1D | 38 | 0 | F | 57 | A4 | 27 | A |
| Octal | 17 | 42 | 35 | 70 | 0 | 17 | 127 | 244 | 47 | 12 |
| Binary | 1111 | 100010 | 11101 | 111000 | 0 | 1111 | 1010111 | 10100100 | 100111 | 1010 |
Color Harmonies of #0F221D
Complementary color
Monochromatic Colors of #0F221D
Black with #0F221D
Text Example
Text Example
White with #0F221D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F221D; }
p { color: rgb(15,34,29); }
H1.HeaderClassName
{
color: #0F221D;
}
.AnyTagClassName
{
color: #0F221D;
}
</style>
background-color css
<style>
a { background-color: #0F221D; }
a { background-color: rgb(15,34,29); }
div.DivClassName
{
background-color: #0F221D;
}
.BgClassName
{
background-color: #0F221D;
}
</style>
border-color css
<style>
span { border-color: #0F221D; }
span { border-color: rgb(15,34,29); }
td.TdClassName
{
border-color: #0F221D;
}
.TagClassName
{
border-color: #0F221D;
}
</style>