Shades of County Green #0F4F36
Tints of County Green #0F4F36
RGB
CMYK
RGB Variations
Color information
#0F4F36 (or 0x0F4F36) is known color: County Green. HEX triplet: 0F, 4F and 36. RGB value is (15,79,54). Sum of RGB (Red+Green+Blue) = 15+79+54=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 79 (31.25% from 255 or 53.38% from 148); Blue value is 54 (21.48% from 255 or 36.49% from 148); Max value from RGB is 79 - color contains mainly: green. Hex color #0F4F36 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4F36 is #F0B0C9. Grayscale: #393939. Windows color (decimal): -15773898 or 3559183. OLE color: 3559183.
HSL color Cylindrical-coordinate representation of color #0F4F36: hue angle of 156.56º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4F36 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 79 | 54 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.69 |
| HSL | 156.56º | 0.68% | 0.18% | - |
| HSV(B) | 156.56º | 0.81% | 0.31% | - |
| XYZ | 3.66 | 5.96 | 4.45 | - |
| YUV | 57.01 | 126.3 | 98.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 79 | 54 | 0.81 | 0 | 0.32 | 0.69 | 156.56 | 0.68 | 0.18 |
| Hex | F | 4F | 36 | 51 | 0 | 20 | 45 | 9D | 44 | 12 |
| Octal | 17 | 117 | 66 | 121 | 0 | 40 | 105 | 235 | 104 | 22 |
| Binary | 1111 | 1001111 | 110110 | 1010001 | 0 | 100000 | 1000101 | 10011101 | 1000100 | 10010 |
Color Harmonies of #0F4F36
Complementary color
Monochromatic Colors of #0F4F36
Black with #0F4F36
Text Example
Text Example
White with #0F4F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4F36; }
p { color: rgb(15,79,54); }
H1.HeaderClassName
{
color: #0F4F36;
}
.AnyTagClassName
{
color: #0F4F36;
}
</style>
background-color css
<style>
a { background-color: #0F4F36; }
a { background-color: rgb(15,79,54); }
div.DivClassName
{
background-color: #0F4F36;
}
.BgClassName
{
background-color: #0F4F36;
}
</style>
border-color css
<style>
span { border-color: #0F4F36; }
span { border-color: rgb(15,79,54); }
td.TdClassName
{
border-color: #0F4F36;
}
.TagClassName
{
border-color: #0F4F36;
}
</style>