Shades of Dark Green #0F3628
Tints of Dark Green #0F3628
RGB
CMYK
RGB Variations
Color information
#0F3628 (or 0x0F3628) is known color: Dark Green. HEX triplet: 0F, 36 and 28. RGB value is (15,54,40). Sum of RGB (Red+Green+Blue) = 15+54+40=109 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.76% from 109); Green value is 54 (21.48% from 255 or 49.54% from 109); Blue value is 40 (16.02% from 255 or 36.70% from 109); Max value from RGB is 54 - color contains mainly: green. Hex color #0F3628 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3628 is #F0C9D7. Grayscale: #282828. Windows color (decimal): -15780312 or 2635279. OLE color: 2635279.
HSL color Cylindrical-coordinate representation of color #0F3628: hue angle of 158.46º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F3628 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 54 | 40 | - |
| CMYK | 0.72 | 0 | 0.26 | 0.79 |
| HSL | 158.46º | 0.57% | 0.14% | - |
| HSV(B) | 158.46º | 0.72% | 0.21% | - |
| XYZ | 1.9 | 2.89 | 2.47 | - |
| YUV | 40.74 | 127.58 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 54 | 40 | 0.72 | 0 | 0.26 | 0.79 | 158.46 | 0.57 | 0.14 |
| Hex | F | 36 | 28 | 48 | 0 | 1A | 4F | 9E | 39 | E |
| Octal | 17 | 66 | 50 | 110 | 0 | 32 | 117 | 236 | 71 | 16 |
| Binary | 1111 | 110110 | 101000 | 1001000 | 0 | 11010 | 1001111 | 10011110 | 111001 | 1110 |
Color Harmonies of #0F3628
Complementary color
Monochromatic Colors of #0F3628
Black with #0F3628
Text Example
Text Example
White with #0F3628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3628; }
p { color: rgb(15,54,40); }
H1.HeaderClassName
{
color: #0F3628;
}
.AnyTagClassName
{
color: #0F3628;
}
</style>
background-color css
<style>
a { background-color: #0F3628; }
a { background-color: rgb(15,54,40); }
div.DivClassName
{
background-color: #0F3628;
}
.BgClassName
{
background-color: #0F3628;
}
</style>
border-color css
<style>
span { border-color: #0F3628; }
span { border-color: rgb(15,54,40); }
td.TdClassName
{
border-color: #0F3628;
}
.TagClassName
{
border-color: #0F3628;
}
</style>