Shades of County Green #0F5434
Tints of County Green #0F5434
RGB
CMYK
RGB Variations
Color information
#0F5434 (or 0x0F5434) is known color: County Green. HEX triplet: 0F, 54 and 34. RGB value is (15,84,52). Sum of RGB (Red+Green+Blue) = 15+84+52=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 84 (33.20% from 255 or 55.63% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 84 - color contains mainly: green. Hex color #0F5434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5434 is #F0ABCB. Grayscale: #3B3B3B. Windows color (decimal): -15772620 or 3429391. OLE color: 3429391.
HSL color Cylindrical-coordinate representation of color #0F5434: hue angle of 152.17º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5434 is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 84 | 52 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.67 |
| HSL | 152.17º | 0.7% | 0.19% | - |
| HSV(B) | 152.17º | 0.82% | 0.33% | - |
| XYZ | 3.99 | 6.69 | 4.33 | - |
| YUV | 59.72 | 123.64 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 52 | 0.82 | 0 | 0.38 | 0.67 | 152.17 | 0.7 | 0.19 |
| Hex | F | 54 | 34 | 52 | 0 | 26 | 43 | 98 | 46 | 13 |
| Octal | 17 | 124 | 64 | 122 | 0 | 46 | 103 | 230 | 106 | 23 |
| Binary | 1111 | 1010100 | 110100 | 1010010 | 0 | 100110 | 1000011 | 10011000 | 1000110 | 10011 |
Color Harmonies of #0F5434
Complementary color
Monochromatic Colors of #0F5434
Black with #0F5434
Text Example
Text Example
White with #0F5434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5434; }
p { color: rgb(15,84,52); }
H1.HeaderClassName
{
color: #0F5434;
}
.AnyTagClassName
{
color: #0F5434;
}
</style>
background-color css
<style>
a { background-color: #0F5434; }
a { background-color: rgb(15,84,52); }
div.DivClassName
{
background-color: #0F5434;
}
.BgClassName
{
background-color: #0F5434;
}
</style>
border-color css
<style>
span { border-color: #0F5434; }
span { border-color: rgb(15,84,52); }
td.TdClassName
{
border-color: #0F5434;
}
.TagClassName
{
border-color: #0F5434;
}
</style>