Shades of County Green #0F533A
Tints of County Green #0F533A
RGB
CMYK
RGB Variations
Color information
#0F533A (or 0x0F533A) is known color: County Green. HEX triplet: 0F, 53 and 3A. RGB value is (15,83,58). Sum of RGB (Red+Green+Blue) = 15+83+58=156 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.62% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #0F533A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F533A is #F0ACC5. Grayscale: #3B3B3B. Windows color (decimal): -15772870 or 3822351. OLE color: 3822351.
HSL color Cylindrical-coordinate representation of color #0F533A: hue angle of 157.94º degrees, saturation: 0.69, 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 #0F533A is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 83 | 58 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.67 |
| HSL | 157.94º | 0.69% | 0.19% | - |
| HSV(B) | 157.94º | 0.82% | 0.33% | - |
| XYZ | 4.05 | 6.59 | 5.06 | - |
| YUV | 59.82 | 126.97 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 58 | 0.82 | 0 | 0.30 | 0.67 | 157.94 | 0.69 | 0.19 |
| Hex | F | 53 | 3A | 52 | 0 | 1E | 43 | 9E | 45 | 13 |
| Octal | 17 | 123 | 72 | 122 | 0 | 36 | 103 | 236 | 105 | 23 |
| Binary | 1111 | 1010011 | 111010 | 1010010 | 0 | 11110 | 1000011 | 10011110 | 1000101 | 10011 |
Color Harmonies of #0F533A
Complementary color
Monochromatic Colors of #0F533A
Black with #0F533A
Text Example
Text Example
White with #0F533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F533A; }
p { color: rgb(15,83,58); }
H1.HeaderClassName
{
color: #0F533A;
}
.AnyTagClassName
{
color: #0F533A;
}
</style>
background-color css
<style>
a { background-color: #0F533A; }
a { background-color: rgb(15,83,58); }
div.DivClassName
{
background-color: #0F533A;
}
.BgClassName
{
background-color: #0F533A;
}
</style>
border-color css
<style>
span { border-color: #0F533A; }
span { border-color: rgb(15,83,58); }
td.TdClassName
{
border-color: #0F533A;
}
.TagClassName
{
border-color: #0F533A;
}
</style>