Shades of County Green #0F533B
Tints of County Green #0F533B
RGB
CMYK
RGB Variations
Color information
#0F533B (or 0x0F533B) is known color: County Green. HEX triplet: 0F, 53 and 3B. RGB value is (15,83,59). Sum of RGB (Red+Green+Blue) = 15+83+59=157 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.55% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #0F533B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F533B is #F0ACC4. Grayscale: #3B3B3B. Windows color (decimal): -15772869 or 3887887. OLE color: 3887887.
HSL color Cylindrical-coordinate representation of color #0F533B: hue angle of 158.82º 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 #0F533B is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 83 | 59 | - |
| CMYK | 0.82 | 0 | 0.29 | 0.67 |
| HSL | 158.82º | 0.69% | 0.19% | - |
| HSV(B) | 158.82º | 0.82% | 0.33% | - |
| XYZ | 4.08 | 6.6 | 5.2 | - |
| YUV | 59.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 59 | 0.82 | 0 | 0.29 | 0.67 | 158.82 | 0.69 | 0.19 |
| Hex | F | 53 | 3B | 52 | 0 | 1D | 43 | 9F | 45 | 13 |
| Octal | 17 | 123 | 73 | 122 | 0 | 35 | 103 | 237 | 105 | 23 |
| Binary | 1111 | 1010011 | 111011 | 1010010 | 0 | 11101 | 1000011 | 10011111 | 1000101 | 10011 |
Color Harmonies of #0F533B
Complementary color
Monochromatic Colors of #0F533B
Black with #0F533B
Text Example
Text Example
White with #0F533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F533B; }
p { color: rgb(15,83,59); }
H1.HeaderClassName
{
color: #0F533B;
}
.AnyTagClassName
{
color: #0F533B;
}
</style>
background-color css
<style>
a { background-color: #0F533B; }
a { background-color: rgb(15,83,59); }
div.DivClassName
{
background-color: #0F533B;
}
.BgClassName
{
background-color: #0F533B;
}
</style>
border-color css
<style>
span { border-color: #0F533B; }
span { border-color: rgb(15,83,59); }
td.TdClassName
{
border-color: #0F533B;
}
.TagClassName
{
border-color: #0F533B;
}
</style>