Shades of Sherwood Green #0F4A35
Tints of Sherwood Green #0F4A35
RGB
CMYK
RGB Variations
Color information
#0F4A35 (or 0x0F4A35) is known color: Sherwood Green. HEX triplet: 0F, 4A and 35. RGB value is (15,74,53). Sum of RGB (Red+Green+Blue) = 15+74+53=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 74 (29.30% from 255 or 52.11% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 74 - color contains mainly: green. Hex color #0F4A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F4A35 is #F0B5CA. Grayscale: #353535. Windows color (decimal): -15775179 or 3492367. OLE color: 3492367.
HSL color Cylindrical-coordinate representation of color #0F4A35: hue angle of 158.64º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F4A35 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 15 | 74 | 53 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.71 |
| HSL | 158.64º | 0.66% | 0.17% | - |
| HSV(B) | 158.64º | 0.8% | 0.29% | - |
| XYZ | 3.29 | 5.26 | 4.21 | - |
| YUV | 53.97 | 127.45 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 74 | 53 | 0.80 | 0 | 0.28 | 0.71 | 158.64 | 0.66 | 0.17 |
| Hex | F | 4A | 35 | 50 | 0 | 1C | 47 | 9F | 42 | 11 |
| Octal | 17 | 112 | 65 | 120 | 0 | 34 | 107 | 237 | 102 | 21 |
| Binary | 1111 | 1001010 | 110101 | 1010000 | 0 | 11100 | 1000111 | 10011111 | 1000010 | 10001 |
Color Harmonies of #0F4A35
Complementary color
Monochromatic Colors of #0F4A35
Black with #0F4A35
Text Example
Text Example
White with #0F4A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4A35; }
p { color: rgb(15,74,53); }
H1.HeaderClassName
{
color: #0F4A35;
}
.AnyTagClassName
{
color: #0F4A35;
}
</style>
background-color css
<style>
a { background-color: #0F4A35; }
a { background-color: rgb(15,74,53); }
div.DivClassName
{
background-color: #0F4A35;
}
.BgClassName
{
background-color: #0F4A35;
}
</style>
border-color css
<style>
span { border-color: #0F4A35; }
span { border-color: rgb(15,74,53); }
td.TdClassName
{
border-color: #0F4A35;
}
.TagClassName
{
border-color: #0F4A35;
}
</style>