Shades of Dark Green #0F1A14
Tints of Dark Green #0F1A14
RGB
CMYK
RGB Variations
Color information
#0F1A14 (or 0x0F1A14) is known color: Dark Green. HEX triplet: 0F, 1A and 14. RGB value is (15,26,20). Sum of RGB (Red+Green+Blue) = 15+26+20=61 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.59% from 61); Green value is 26 (10.55% from 255 or 42.62% from 61); Blue value is 20 (8.20% from 255 or 32.79% from 61); Max value from RGB is 26 - color contains mainly: green. Hex color #0F1A14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F1A14 is #F0E5EB. Grayscale: #161616. Windows color (decimal): -15787500 or 1317391. OLE color: 1317391.
HSL color Cylindrical-coordinate representation of color #0F1A14: hue angle of 147.27º degrees, saturation: 0.27, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #0F1A14 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 15 | 26 | 20 | - |
| CMYK | 0.42 | 0 | 0.23 | 0.90 |
| HSL | 147.27º | 0.27% | 0.08% | - |
| HSV(B) | 147.27º | 0.42% | 0.1% | - |
| XYZ | 0.69 | 0.89 | 0.8 | - |
| YUV | 22.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 20 | 0.42 | 0 | 0.23 | 0.90 | 147.27 | 0.27 | 0.08 |
| Hex | F | 1A | 14 | 2A | 0 | 17 | 5A | 93 | 1B | 8 |
| Octal | 17 | 32 | 24 | 52 | 0 | 27 | 132 | 223 | 33 | 10 |
| Binary | 1111 | 11010 | 10100 | 101010 | 0 | 10111 | 1011010 | 10010011 | 11011 | 1000 |
Color Harmonies of #0F1A14
Complementary color
Monochromatic Colors of #0F1A14
Black with #0F1A14
Text Example
Text Example
White with #0F1A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1A14; }
p { color: rgb(15,26,20); }
H1.HeaderClassName
{
color: #0F1A14;
}
.AnyTagClassName
{
color: #0F1A14;
}
</style>
background-color css
<style>
a { background-color: #0F1A14; }
a { background-color: rgb(15,26,20); }
div.DivClassName
{
background-color: #0F1A14;
}
.BgClassName
{
background-color: #0F1A14;
}
</style>
border-color css
<style>
span { border-color: #0F1A14; }
span { border-color: rgb(15,26,20); }
td.TdClassName
{
border-color: #0F1A14;
}
.TagClassName
{
border-color: #0F1A14;
}
</style>