Shades of County Green #0F4C33
Tints of County Green #0F4C33
RGB
CMYK
RGB Variations
Color information
#0F4C33 (or 0x0F4C33) is known color: County Green. HEX triplet: 0F, 4C and 33. RGB value is (15,76,51). Sum of RGB (Red+Green+Blue) = 15+76+51=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 76 (30.08% from 255 or 53.52% from 142); Blue value is 51 (20.31% from 255 or 35.92% from 142); Max value from RGB is 76 - color contains mainly: green. Hex color #0F4C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4C33 is #F0B3CC. Grayscale: #363636. Windows color (decimal): -15774669 or 3361807. OLE color: 3361807.
HSL color Cylindrical-coordinate representation of color #0F4C33: hue angle of 155.41º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4C33 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 15 | 76 | 51 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.70 |
| HSL | 155.41º | 0.67% | 0.18% | - |
| HSV(B) | 155.41º | 0.8% | 0.3% | - |
| XYZ | 3.38 | 5.51 | 4.02 | - |
| YUV | 54.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 76 | 51 | 0.80 | 0 | 0.33 | 0.70 | 155.41 | 0.67 | 0.18 |
| Hex | F | 4C | 33 | 50 | 0 | 21 | 46 | 9B | 43 | 12 |
| Octal | 17 | 114 | 63 | 120 | 0 | 41 | 106 | 233 | 103 | 22 |
| Binary | 1111 | 1001100 | 110011 | 1010000 | 0 | 100001 | 1000110 | 10011011 | 1000011 | 10010 |
Color Harmonies of #0F4C33
Complementary color
Monochromatic Colors of #0F4C33
Black with #0F4C33
Text Example
Text Example
White with #0F4C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4C33; }
p { color: rgb(15,76,51); }
H1.HeaderClassName
{
color: #0F4C33;
}
.AnyTagClassName
{
color: #0F4C33;
}
</style>
background-color css
<style>
a { background-color: #0F4C33; }
a { background-color: rgb(15,76,51); }
div.DivClassName
{
background-color: #0F4C33;
}
.BgClassName
{
background-color: #0F4C33;
}
</style>
border-color css
<style>
span { border-color: #0F4C33; }
span { border-color: rgb(15,76,51); }
td.TdClassName
{
border-color: #0F4C33;
}
.TagClassName
{
border-color: #0F4C33;
}
</style>