Shades of Salem #0F833F
Tints of Salem #0F833F
RGB
CMYK
RGB Variations
Color information
#0F833F (or 0x0F833F) is known color: Salem. HEX triplet: 0F, 83 and 3F. RGB value is (15,131,63). Sum of RGB (Red+Green+Blue) = 15+131+63=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 131 (51.56% from 255 or 62.68% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 131 - color contains mainly: green. Hex color #0F833F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F833F is #F07CC0. Grayscale: #585858. Windows color (decimal): -15760577 or 4162319. OLE color: 4162319.
HSL color Cylindrical-coordinate representation of color #0F833F: hue angle of 144.83º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F833F is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 15 | 131 | 63 | - |
| CMYK | 0.89 | 0 | 0.52 | 0.49 |
| HSL | 144.83º | 0.79% | 0.29% | - |
| HSV(B) | 144.83º | 0.89% | 0.51% | - |
| XYZ | 9.21 | 16.69 | 7.44 | - |
| YUV | 88.56 | 113.57 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 131 | 63 | 0.89 | 0 | 0.52 | 0.49 | 144.83 | 0.79 | 0.29 |
| Hex | F | 83 | 3F | 59 | 0 | 34 | 31 | 91 | 4F | 1D |
| Octal | 17 | 203 | 77 | 131 | 0 | 64 | 61 | 221 | 117 | 35 |
| Binary | 1111 | 10000011 | 111111 | 1011001 | 0 | 110100 | 110001 | 10010001 | 1001111 | 11101 |
Color Harmonies of #0F833F
Complementary color
Monochromatic Colors of #0F833F
Black with #0F833F
Text Example
Text Example
White with #0F833F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F833F; }
p { color: rgb(15,131,63); }
H1.HeaderClassName
{
color: #0F833F;
}
.AnyTagClassName
{
color: #0F833F;
}
</style>
background-color css
<style>
a { background-color: #0F833F; }
a { background-color: rgb(15,131,63); }
div.DivClassName
{
background-color: #0F833F;
}
.BgClassName
{
background-color: #0F833F;
}
</style>
border-color css
<style>
span { border-color: #0F833F; }
span { border-color: rgb(15,131,63); }
td.TdClassName
{
border-color: #0F833F;
}
.TagClassName
{
border-color: #0F833F;
}
</style>