Shades of Sherwood Green #0F4F3B
Tints of Sherwood Green #0F4F3B
RGB
CMYK
RGB Variations
Color information
#0F4F3B (or 0x0F4F3B) is known color: Sherwood Green. HEX triplet: 0F, 4F and 3B. RGB value is (15,79,59). Sum of RGB (Red+Green+Blue) = 15+79+59=153 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.80% from 153); Green value is 79 (31.25% from 255 or 51.63% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 79 - color contains mainly: green. Hex color #0F4F3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F4F3B is #F0B0C4. Grayscale: #393939. Windows color (decimal): -15773893 or 3886863. OLE color: 3886863.
HSL color Cylindrical-coordinate representation of color #0F4F3B: hue angle of 161.25º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0F4F3B is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 15 | 79 | 59 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.69 |
| HSL | 161.25º | 0.68% | 0.18% | - |
| HSV(B) | 161.25º | 0.81% | 0.31% | - |
| XYZ | 3.78 | 6.01 | 5.1 | - |
| YUV | 57.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 79 | 59 | 0.81 | 0 | 0.25 | 0.69 | 161.25 | 0.68 | 0.18 |
| Hex | F | 4F | 3B | 51 | 0 | 19 | 45 | A1 | 44 | 12 |
| Octal | 17 | 117 | 73 | 121 | 0 | 31 | 105 | 241 | 104 | 22 |
| Binary | 1111 | 1001111 | 111011 | 1010001 | 0 | 11001 | 1000101 | 10100001 | 1000100 | 10010 |
Color Harmonies of #0F4F3B
Complementary color
Monochromatic Colors of #0F4F3B
Black with #0F4F3B
Text Example
Text Example
White with #0F4F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4F3B; }
p { color: rgb(15,79,59); }
H1.HeaderClassName
{
color: #0F4F3B;
}
.AnyTagClassName
{
color: #0F4F3B;
}
</style>
background-color css
<style>
a { background-color: #0F4F3B; }
a { background-color: rgb(15,79,59); }
div.DivClassName
{
background-color: #0F4F3B;
}
.BgClassName
{
background-color: #0F4F3B;
}
</style>
border-color css
<style>
span { border-color: #0F4F3B; }
span { border-color: rgb(15,79,59); }
td.TdClassName
{
border-color: #0F4F3B;
}
.TagClassName
{
border-color: #0F4F3B;
}
</style>