Shades of Dark Green #0F3128
Tints of Dark Green #0F3128
RGB
CMYK
RGB Variations
Color information
#0F3128 (or 0x0F3128) is known color: Dark Green. HEX triplet: 0F, 31 and 28. RGB value is (15,49,40). Sum of RGB (Red+Green+Blue) = 15+49+40=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 49 - color contains mainly: green. Hex color #0F3128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3128 is #F0CED7. Grayscale: #252525. Windows color (decimal): -15781592 or 2633999. OLE color: 2633999.
HSL color Cylindrical-coordinate representation of color #0F3128: hue angle of 164.12º 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 #0F3128 is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 49 | 40 | - |
| CMYK | 0.69 | 0 | 0.18 | 0.81 |
| HSL | 164.12º | 0.53% | 0.13% | - |
| HSV(B) | 164.12º | 0.69% | 0.19% | - |
| XYZ | 1.68 | 2.45 | 2.39 | - |
| YUV | 37.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 49 | 40 | 0.69 | 0 | 0.18 | 0.81 | 164.12 | 0.53 | 0.13 |
| Hex | F | 31 | 28 | 45 | 0 | 12 | 51 | A4 | 35 | D |
| Octal | 17 | 61 | 50 | 105 | 0 | 22 | 121 | 244 | 65 | 15 |
| Binary | 1111 | 110001 | 101000 | 1000101 | 0 | 10010 | 1010001 | 10100100 | 110101 | 1101 |
Color Harmonies of #0F3128
Complementary color
Monochromatic Colors of #0F3128
Black with #0F3128
Text Example
Text Example
White with #0F3128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3128; }
p { color: rgb(15,49,40); }
H1.HeaderClassName
{
color: #0F3128;
}
.AnyTagClassName
{
color: #0F3128;
}
</style>
background-color css
<style>
a { background-color: #0F3128; }
a { background-color: rgb(15,49,40); }
div.DivClassName
{
background-color: #0F3128;
}
.BgClassName
{
background-color: #0F3128;
}
</style>
border-color css
<style>
span { border-color: #0F3128; }
span { border-color: rgb(15,49,40); }
td.TdClassName
{
border-color: #0F3128;
}
.TagClassName
{
border-color: #0F3128;
}
</style>