Shades of County Green #0F5338
Tints of County Green #0F5338
RGB
CMYK
RGB Variations
Color information
#0F5338 (or 0x0F5338) is known color: County Green. HEX triplet: 0F, 53 and 38. RGB value is (15,83,56). Sum of RGB (Red+Green+Blue) = 15+83+56=154 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.74% from 154); Green value is 83 (32.81% from 255 or 53.90% from 154); Blue value is 56 (22.27% from 255 or 36.36% from 154); Max value from RGB is 83 - color contains mainly: green. Hex color #0F5338 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5338 is #F0ACC7. Grayscale: #3B3B3B. Windows color (decimal): -15772872 or 3691279. OLE color: 3691279.
HSL color Cylindrical-coordinate representation of color #0F5338: hue angle of 156.18º 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 #0F5338 is Cyan = 0.82, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 15 | 83 | 56 | - |
| CMYK | 0.82 | 0 | 0.33 | 0.67 |
| HSL | 156.18º | 0.69% | 0.19% | - |
| HSV(B) | 156.18º | 0.82% | 0.33% | - |
| XYZ | 4 | 6.57 | 4.8 | - |
| YUV | 59.59 | 125.97 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 83 | 56 | 0.82 | 0 | 0.33 | 0.67 | 156.18 | 0.69 | 0.19 |
| Hex | F | 53 | 38 | 52 | 0 | 21 | 43 | 9C | 45 | 13 |
| Octal | 17 | 123 | 70 | 122 | 0 | 41 | 103 | 234 | 105 | 23 |
| Binary | 1111 | 1010011 | 111000 | 1010010 | 0 | 100001 | 1000011 | 10011100 | 1000101 | 10011 |
Color Harmonies of #0F5338
Complementary color
Monochromatic Colors of #0F5338
Black with #0F5338
Text Example
Text Example
White with #0F5338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F5338; }
p { color: rgb(15,83,56); }
H1.HeaderClassName
{
color: #0F5338;
}
.AnyTagClassName
{
color: #0F5338;
}
</style>
background-color css
<style>
a { background-color: #0F5338; }
a { background-color: rgb(15,83,56); }
div.DivClassName
{
background-color: #0F5338;
}
.BgClassName
{
background-color: #0F5338;
}
</style>
border-color css
<style>
span { border-color: #0F5338; }
span { border-color: rgb(15,83,56); }
td.TdClassName
{
border-color: #0F5338;
}
.TagClassName
{
border-color: #0F5338;
}
</style>