Shades of Dark Green #0F271D
Tints of Dark Green #0F271D
RGB
CMYK
RGB Variations
Color information
#0F271D (or 0x0F271D) is known color: Dark Green. HEX triplet: 0F, 27 and 1D. RGB value is (15,39,29). Sum of RGB (Red+Green+Blue) = 15+39+29=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 39 (15.62% from 255 or 46.99% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 39 - color contains mainly: green. Hex color #0F271D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F271D is #F0D8E2. Grayscale: #1E1E1E. Windows color (decimal): -15784163 or 1910543. OLE color: 1910543.
HSL color Cylindrical-coordinate representation of color #0F271D: hue angle of 155º 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 #0F271D is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 39 | 29 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.85 |
| HSL | 155º | 0.44% | 0.11% | - |
| HSV(B) | 155º | 0.62% | 0.15% | - |
| XYZ | 1.14 | 1.64 | 1.42 | - |
| YUV | 30.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 39 | 29 | 0.62 | 0 | 0.26 | 0.85 | 155 | 0.44 | 0.11 |
| Hex | F | 27 | 1D | 3E | 0 | 1A | 55 | 9B | 2C | B |
| Octal | 17 | 47 | 35 | 76 | 0 | 32 | 125 | 233 | 54 | 13 |
| Binary | 1111 | 100111 | 11101 | 111110 | 0 | 11010 | 1010101 | 10011011 | 101100 | 1011 |
Color Harmonies of #0F271D
Complementary color
Monochromatic Colors of #0F271D
Black with #0F271D
Text Example
Text Example
White with #0F271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F271D; }
p { color: rgb(15,39,29); }
H1.HeaderClassName
{
color: #0F271D;
}
.AnyTagClassName
{
color: #0F271D;
}
</style>
background-color css
<style>
a { background-color: #0F271D; }
a { background-color: rgb(15,39,29); }
div.DivClassName
{
background-color: #0F271D;
}
.BgClassName
{
background-color: #0F271D;
}
</style>
border-color css
<style>
span { border-color: #0F271D; }
span { border-color: rgb(15,39,29); }
td.TdClassName
{
border-color: #0F271D;
}
.TagClassName
{
border-color: #0F271D;
}
</style>