Shades of Dark Green #0F3428
Tints of Dark Green #0F3428
RGB
CMYK
RGB Variations
Color information
#0F3428 (or 0x0F3428) is known color: Dark Green. HEX triplet: 0F, 34 and 28. RGB value is (15,52,40). Sum of RGB (Red+Green+Blue) = 15+52+40=107 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.02% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #0F3428 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3428 is #F0CBD7. Grayscale: #272727. Windows color (decimal): -15780824 or 2634767. OLE color: 2634767.
HSL color Cylindrical-coordinate representation of color #0F3428: hue angle of 160.54º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F3428 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 52 | 40 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.80 |
| HSL | 160.54º | 0.55% | 0.13% | - |
| HSV(B) | 160.54º | 0.71% | 0.2% | - |
| XYZ | 1.81 | 2.71 | 2.44 | - |
| YUV | 39.57 | 128.24 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 52 | 40 | 0.71 | 0 | 0.23 | 0.80 | 160.54 | 0.55 | 0.13 |
| Hex | F | 34 | 28 | 47 | 0 | 17 | 50 | A1 | 37 | D |
| Octal | 17 | 64 | 50 | 107 | 0 | 27 | 120 | 241 | 67 | 15 |
| Binary | 1111 | 110100 | 101000 | 1000111 | 0 | 10111 | 1010000 | 10100001 | 110111 | 1101 |
Color Harmonies of #0F3428
Complementary color
Monochromatic Colors of #0F3428
Black with #0F3428
Text Example
Text Example
White with #0F3428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3428; }
p { color: rgb(15,52,40); }
H1.HeaderClassName
{
color: #0F3428;
}
.AnyTagClassName
{
color: #0F3428;
}
</style>
background-color css
<style>
a { background-color: #0F3428; }
a { background-color: rgb(15,52,40); }
div.DivClassName
{
background-color: #0F3428;
}
.BgClassName
{
background-color: #0F3428;
}
</style>
border-color css
<style>
span { border-color: #0F3428; }
span { border-color: rgb(15,52,40); }
td.TdClassName
{
border-color: #0F3428;
}
.TagClassName
{
border-color: #0F3428;
}
</style>