Shades of Dark Green #0F261B
Tints of Dark Green #0F261B
RGB
CMYK
RGB Variations
Color information
#0F261B (or 0x0F261B) is known color: Dark Green. HEX triplet: 0F, 26 and 1B. RGB value is (15,38,27). Sum of RGB (Red+Green+Blue) = 15+38+27=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 38 (15.23% from 255 or 47.5% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 38 - color contains mainly: green. Hex color #0F261B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F261B is #F0D9E4. Grayscale: #1D1D1D. Windows color (decimal): -15784421 or 1779215. OLE color: 1779215.
HSL color Cylindrical-coordinate representation of color #0F261B: hue angle of 151.3º 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 #0F261B is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 38 | 27 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.85 |
| HSL | 151.3º | 0.43% | 0.1% | - |
| HSV(B) | 151.3º | 0.61% | 0.15% | - |
| XYZ | 1.09 | 1.57 | 1.28 | - |
| YUV | 29.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 38 | 27 | 0.61 | 0 | 0.29 | 0.85 | 151.3 | 0.43 | 0.1 |
| Hex | F | 26 | 1B | 3D | 0 | 1D | 55 | 97 | 2B | A |
| Octal | 17 | 46 | 33 | 75 | 0 | 35 | 125 | 227 | 53 | 12 |
| Binary | 1111 | 100110 | 11011 | 111101 | 0 | 11101 | 1010101 | 10010111 | 101011 | 1010 |
Color Harmonies of #0F261B
Complementary color
Monochromatic Colors of #0F261B
Black with #0F261B
Text Example
Text Example
White with #0F261B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F261B; }
p { color: rgb(15,38,27); }
H1.HeaderClassName
{
color: #0F261B;
}
.AnyTagClassName
{
color: #0F261B;
}
</style>
background-color css
<style>
a { background-color: #0F261B; }
a { background-color: rgb(15,38,27); }
div.DivClassName
{
background-color: #0F261B;
}
.BgClassName
{
background-color: #0F261B;
}
</style>
border-color css
<style>
span { border-color: #0F261B; }
span { border-color: rgb(15,38,27); }
td.TdClassName
{
border-color: #0F261B;
}
.TagClassName
{
border-color: #0F261B;
}
</style>