Shades of Dark Green #0F261D
Tints of Dark Green #0F261D
RGB
CMYK
RGB Variations
Color information
#0F261D (or 0x0F261D) is known color: Dark Green. HEX triplet: 0F, 26 and 1D. RGB value is (15,38,29). Sum of RGB (Red+Green+Blue) = 15+38+29=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 38 (15.23% from 255 or 46.34% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 38 - color contains mainly: green. Hex color #0F261D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F261D is #F0D9E2. Grayscale: #1E1E1E. Windows color (decimal): -15784419 or 1910287. OLE color: 1910287.
HSL color Cylindrical-coordinate representation of color #0F261D: hue angle of 156.52º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0F261D is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 38 | 29 | - |
| CMYK | 0.61 | 0 | 0.24 | 0.85 |
| HSL | 156.52º | 0.43% | 0.1% | - |
| HSV(B) | 156.52º | 0.61% | 0.15% | - |
| XYZ | 1.11 | 1.58 | 1.41 | - |
| YUV | 30.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 29 | 0.61 | 0 | 0.24 | 0.85 | 156.52 | 0.43 | 0.1 |
| Hex | F | 26 | 1D | 3D | 0 | 18 | 55 | 9D | 2B | A |
| Octal | 17 | 46 | 35 | 75 | 0 | 30 | 125 | 235 | 53 | 12 |
| Binary | 1111 | 100110 | 11101 | 111101 | 0 | 11000 | 1010101 | 10011101 | 101011 | 1010 |
Color Harmonies of #0F261D
Complementary color
Monochromatic Colors of #0F261D
Black with #0F261D
Text Example
Text Example
White with #0F261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F261D; }
p { color: rgb(15,38,29); }
H1.HeaderClassName
{
color: #0F261D;
}
.AnyTagClassName
{
color: #0F261D;
}
</style>
background-color css
<style>
a { background-color: #0F261D; }
a { background-color: rgb(15,38,29); }
div.DivClassName
{
background-color: #0F261D;
}
.BgClassName
{
background-color: #0F261D;
}
</style>
border-color css
<style>
span { border-color: #0F261D; }
span { border-color: rgb(15,38,29); }
td.TdClassName
{
border-color: #0F261D;
}
.TagClassName
{
border-color: #0F261D;
}
</style>