Shades of Dark Green #0F3226
Tints of Dark Green #0F3226
RGB
CMYK
RGB Variations
Color information
#0F3226 (or 0x0F3226) is known color: Dark Green. HEX triplet: 0F, 32 and 26. RGB value is (15,50,38). Sum of RGB (Red+Green+Blue) = 15+50+38=103 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.56% from 103); Green value is 50 (19.92% from 255 or 48.54% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3226 is #F0CDD9. Grayscale: #262626. Windows color (decimal): -15781338 or 2503183. OLE color: 2503183.
HSL color Cylindrical-coordinate representation of color #0F3226: hue angle of 159.43º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F3226 is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 50 | 38 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.80 |
| HSL | 159.43º | 0.54% | 0.13% | - |
| HSV(B) | 159.43º | 0.7% | 0.2% | - |
| XYZ | 1.69 | 2.52 | 2.23 | - |
| YUV | 38.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 50 | 38 | 0.70 | 0 | 0.24 | 0.80 | 159.43 | 0.54 | 0.13 |
| Hex | F | 32 | 26 | 46 | 0 | 18 | 50 | 9F | 36 | D |
| Octal | 17 | 62 | 46 | 106 | 0 | 30 | 120 | 237 | 66 | 15 |
| Binary | 1111 | 110010 | 100110 | 1000110 | 0 | 11000 | 1010000 | 10011111 | 110110 | 1101 |
Color Harmonies of #0F3226
Complementary color
Monochromatic Colors of #0F3226
Black with #0F3226
Text Example
Text Example
White with #0F3226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3226; }
p { color: rgb(15,50,38); }
H1.HeaderClassName
{
color: #0F3226;
}
.AnyTagClassName
{
color: #0F3226;
}
</style>
background-color css
<style>
a { background-color: #0F3226; }
a { background-color: rgb(15,50,38); }
div.DivClassName
{
background-color: #0F3226;
}
.BgClassName
{
background-color: #0F3226;
}
</style>
border-color css
<style>
span { border-color: #0F3226; }
span { border-color: rgb(15,50,38); }
td.TdClassName
{
border-color: #0F3226;
}
.TagClassName
{
border-color: #0F3226;
}
</style>