Shades of County Green #0F4B32
Tints of County Green #0F4B32
RGB
CMYK
RGB Variations
Color information
#0F4B32 (or 0x0F4B32) is known color: County Green. HEX triplet: 0F, 4B and 32. RGB value is (15,75,50). Sum of RGB (Red+Green+Blue) = 15+75+50=140 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.71% from 140); Green value is 75 (29.69% from 255 or 53.57% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 75 - color contains mainly: green. Hex color #0F4B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4B32 is #F0B4CD. Grayscale: #363636. Windows color (decimal): -15774926 or 3296015. OLE color: 3296015.
HSL color Cylindrical-coordinate representation of color #0F4B32: hue angle of 155º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4B32 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 75 | 50 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.71 |
| HSL | 155º | 0.67% | 0.18% | - |
| HSV(B) | 155º | 0.8% | 0.29% | - |
| XYZ | 3.29 | 5.36 | 3.88 | - |
| YUV | 54.21 | 125.62 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 75 | 50 | 0.80 | 0 | 0.33 | 0.71 | 155 | 0.67 | 0.18 |
| Hex | F | 4B | 32 | 50 | 0 | 21 | 47 | 9B | 43 | 12 |
| Octal | 17 | 113 | 62 | 120 | 0 | 41 | 107 | 233 | 103 | 22 |
| Binary | 1111 | 1001011 | 110010 | 1010000 | 0 | 100001 | 1000111 | 10011011 | 1000011 | 10010 |
Color Harmonies of #0F4B32
Complementary color
Monochromatic Colors of #0F4B32
Black with #0F4B32
Text Example
Text Example
White with #0F4B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4B32; }
p { color: rgb(15,75,50); }
H1.HeaderClassName
{
color: #0F4B32;
}
.AnyTagClassName
{
color: #0F4B32;
}
</style>
background-color css
<style>
a { background-color: #0F4B32; }
a { background-color: rgb(15,75,50); }
div.DivClassName
{
background-color: #0F4B32;
}
.BgClassName
{
background-color: #0F4B32;
}
</style>
border-color css
<style>
span { border-color: #0F4B32; }
span { border-color: rgb(15,75,50); }
td.TdClassName
{
border-color: #0F4B32;
}
.TagClassName
{
border-color: #0F4B32;
}
</style>