Shades of Dark Green #0F271C
Tints of Dark Green #0F271C
RGB
CMYK
RGB Variations
Color information
#0F271C (or 0x0F271C) is known color: Dark Green. HEX triplet: 0F, 27 and 1C. RGB value is (15,39,28). Sum of RGB (Red+Green+Blue) = 15+39+28=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 39 (15.62% from 255 or 47.56% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 39 - color contains mainly: green. Hex color #0F271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F271C is #F0D8E3. Grayscale: #1E1E1E. Windows color (decimal): -15784164 or 1845007. OLE color: 1845007.
HSL color Cylindrical-coordinate representation of color #0F271C: hue angle of 152.5º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F271C is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 39 | 28 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.85 |
| HSL | 152.5º | 0.44% | 0.11% | - |
| HSV(B) | 152.5º | 0.62% | 0.15% | - |
| XYZ | 1.13 | 1.64 | 1.35 | - |
| YUV | 30.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 39 | 28 | 0.62 | 0 | 0.28 | 0.85 | 152.5 | 0.44 | 0.11 |
| Hex | F | 27 | 1C | 3E | 0 | 1C | 55 | 98 | 2C | B |
| Octal | 17 | 47 | 34 | 76 | 0 | 34 | 125 | 230 | 54 | 13 |
| Binary | 1111 | 100111 | 11100 | 111110 | 0 | 11100 | 1010101 | 10011000 | 101100 | 1011 |
Color Harmonies of #0F271C
Complementary color
Monochromatic Colors of #0F271C
Black with #0F271C
Text Example
Text Example
White with #0F271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F271C; }
p { color: rgb(15,39,28); }
H1.HeaderClassName
{
color: #0F271C;
}
.AnyTagClassName
{
color: #0F271C;
}
</style>
background-color css
<style>
a { background-color: #0F271C; }
a { background-color: rgb(15,39,28); }
div.DivClassName
{
background-color: #0F271C;
}
.BgClassName
{
background-color: #0F271C;
}
</style>
border-color css
<style>
span { border-color: #0F271C; }
span { border-color: rgb(15,39,28); }
td.TdClassName
{
border-color: #0F271C;
}
.TagClassName
{
border-color: #0F271C;
}
</style>