Shades of County Green #0F543C
Tints of County Green #0F543C
RGB
CMYK
RGB Variations
Color information
#0F543C (or 0x0F543C) is known color: County Green. HEX triplet: 0F, 54 and 3C. RGB value is (15,84,60). Sum of RGB (Red+Green+Blue) = 15+84+60=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #0F543C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F543C is #F0ABC3. Grayscale: #3C3C3C. Windows color (decimal): -15772612 or 3953679. OLE color: 3953679.
HSL color Cylindrical-coordinate representation of color #0F543C: hue angle of 159.13º 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 #0F543C is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 84 | 60 | - |
| CMYK | 0.82 | 0 | 0.29 | 0.67 |
| HSL | 159.13º | 0.7% | 0.19% | - |
| HSV(B) | 159.13º | 0.82% | 0.33% | - |
| XYZ | 4.18 | 6.77 | 5.36 | - |
| YUV | 60.63 | 127.64 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 84 | 60 | 0.82 | 0 | 0.29 | 0.67 | 159.13 | 0.7 | 0.19 |
| Hex | F | 54 | 3C | 52 | 0 | 1D | 43 | 9F | 46 | 13 |
| Octal | 17 | 124 | 74 | 122 | 0 | 35 | 103 | 237 | 106 | 23 |
| Binary | 1111 | 1010100 | 111100 | 1010010 | 0 | 11101 | 1000011 | 10011111 | 1000110 | 10011 |
Color Harmonies of #0F543C
Complementary color
Monochromatic Colors of #0F543C
Black with #0F543C
Text Example
Text Example
White with #0F543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F543C; }
p { color: rgb(15,84,60); }
H1.HeaderClassName
{
color: #0F543C;
}
.AnyTagClassName
{
color: #0F543C;
}
</style>
background-color css
<style>
a { background-color: #0F543C; }
a { background-color: rgb(15,84,60); }
div.DivClassName
{
background-color: #0F543C;
}
.BgClassName
{
background-color: #0F543C;
}
</style>
border-color css
<style>
span { border-color: #0F543C; }
span { border-color: rgb(15,84,60); }
td.TdClassName
{
border-color: #0F543C;
}
.TagClassName
{
border-color: #0F543C;
}
</style>