Shades of County Green #0F5439
Tints of County Green #0F5439
RGB
CMYK
RGB Variations
Color information
#0F5439 (or 0x0F5439) is known color: County Green. HEX triplet: 0F, 54 and 39. RGB value is (15,84,57). Sum of RGB (Red+Green+Blue) = 15+84+57=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 84 (33.20% from 255 or 53.85% from 156); Blue value is 57 (22.66% from 255 or 36.54% from 156); Max value from RGB is 84 - color contains mainly: green. Hex color #0F5439 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5439 is #F0ABC6. Grayscale: #3C3C3C. Windows color (decimal): -15772615 or 3757071. OLE color: 3757071.
HSL color Cylindrical-coordinate representation of color #0F5439: hue angle of 156.52º 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 #0F5439 is Cyan = 0.82, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 84 | 57 | - |
| CMYK | 0.82 | 0 | 0.32 | 0.67 |
| HSL | 156.52º | 0.7% | 0.19% | - |
| HSV(B) | 156.52º | 0.82% | 0.33% | - |
| XYZ | 4.11 | 6.74 | 4.95 | - |
| YUV | 60.29 | 126.14 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 57 | 0.82 | 0 | 0.32 | 0.67 | 156.52 | 0.7 | 0.19 |
| Hex | F | 54 | 39 | 52 | 0 | 20 | 43 | 9D | 46 | 13 |
| Octal | 17 | 124 | 71 | 122 | 0 | 40 | 103 | 235 | 106 | 23 |
| Binary | 1111 | 1010100 | 111001 | 1010010 | 0 | 100000 | 1000011 | 10011101 | 1000110 | 10011 |
Color Harmonies of #0F5439
Complementary color
Monochromatic Colors of #0F5439
Black with #0F5439
Text Example
Text Example
White with #0F5439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5439; }
p { color: rgb(15,84,57); }
H1.HeaderClassName
{
color: #0F5439;
}
.AnyTagClassName
{
color: #0F5439;
}
</style>
background-color css
<style>
a { background-color: #0F5439; }
a { background-color: rgb(15,84,57); }
div.DivClassName
{
background-color: #0F5439;
}
.BgClassName
{
background-color: #0F5439;
}
</style>
border-color css
<style>
span { border-color: #0F5439; }
span { border-color: rgb(15,84,57); }
td.TdClassName
{
border-color: #0F5439;
}
.TagClassName
{
border-color: #0F5439;
}
</style>