Shades of Dark Green #0F3127
Tints of Dark Green #0F3127
RGB
CMYK
RGB Variations
Color information
#0F3127 (or 0x0F3127) is known color: Dark Green. HEX triplet: 0F, 31 and 27. RGB value is (15,49,39). Sum of RGB (Red+Green+Blue) = 15+49+39=103 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.56% from 103); Green value is 49 (19.53% from 255 or 47.57% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 49 - color contains mainly: green. Hex color #0F3127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3127 is #F0CED8. Grayscale: #252525. Windows color (decimal): -15781593 or 2568463. OLE color: 2568463.
HSL color Cylindrical-coordinate representation of color #0F3127: hue angle of 162.35º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F3127 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 49 | 39 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.81 |
| HSL | 162.35º | 0.53% | 0.13% | - |
| HSV(B) | 162.35º | 0.69% | 0.19% | - |
| XYZ | 1.66 | 2.44 | 2.3 | - |
| YUV | 37.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 49 | 39 | 0.69 | 0 | 0.20 | 0.81 | 162.35 | 0.53 | 0.13 |
| Hex | F | 31 | 27 | 45 | 0 | 14 | 51 | A2 | 35 | D |
| Octal | 17 | 61 | 47 | 105 | 0 | 24 | 121 | 242 | 65 | 15 |
| Binary | 1111 | 110001 | 100111 | 1000101 | 0 | 10100 | 1010001 | 10100010 | 110101 | 1101 |
Color Harmonies of #0F3127
Complementary color
Monochromatic Colors of #0F3127
Black with #0F3127
Text Example
Text Example
White with #0F3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3127; }
p { color: rgb(15,49,39); }
H1.HeaderClassName
{
color: #0F3127;
}
.AnyTagClassName
{
color: #0F3127;
}
</style>
background-color css
<style>
a { background-color: #0F3127; }
a { background-color: rgb(15,49,39); }
div.DivClassName
{
background-color: #0F3127;
}
.BgClassName
{
background-color: #0F3127;
}
</style>
border-color css
<style>
span { border-color: #0F3127; }
span { border-color: rgb(15,49,39); }
td.TdClassName
{
border-color: #0F3127;
}
.TagClassName
{
border-color: #0F3127;
}
</style>