Shades of Sherwood Green #0F3A2D
Tints of Sherwood Green #0F3A2D
RGB
CMYK
RGB Variations
Color information
#0F3A2D (or 0x0F3A2D) is known color: Sherwood Green. HEX triplet: 0F, 3A and 2D. RGB value is (15,58,45). Sum of RGB (Red+Green+Blue) = 15+58+45=118 (15% of max value = 765). Red value is 15 (6.25% from 255 or 12.71% from 118); Green value is 58 (23.05% from 255 or 49.15% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 58 - color contains mainly: green. Hex color #0F3A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F3A2D is #F0C5D2. Grayscale: #2B2B2B. Windows color (decimal): -15779283 or 2963983. OLE color: 2963983.
HSL color Cylindrical-coordinate representation of color #0F3A2D: hue angle of 161.86º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0F3A2D is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 15 | 58 | 45 | - |
| CMYK | 0.74 | 0 | 0.22 | 0.77 |
| HSL | 161.86º | 0.59% | 0.14% | - |
| HSV(B) | 161.86º | 0.74% | 0.23% | - |
| XYZ | 2.18 | 3.32 | 3.01 | - |
| YUV | 43.66 | 128.75 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 58 | 45 | 0.74 | 0 | 0.22 | 0.77 | 161.86 | 0.59 | 0.14 |
| Hex | F | 3A | 2D | 4A | 0 | 16 | 4D | A2 | 3B | E |
| Octal | 17 | 72 | 55 | 112 | 0 | 26 | 115 | 242 | 73 | 16 |
| Binary | 1111 | 111010 | 101101 | 1001010 | 0 | 10110 | 1001101 | 10100010 | 111011 | 1110 |
Color Harmonies of #0F3A2D
Complementary color
Monochromatic Colors of #0F3A2D
Black with #0F3A2D
Text Example
Text Example
White with #0F3A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3A2D; }
p { color: rgb(15,58,45); }
H1.HeaderClassName
{
color: #0F3A2D;
}
.AnyTagClassName
{
color: #0F3A2D;
}
</style>
background-color css
<style>
a { background-color: #0F3A2D; }
a { background-color: rgb(15,58,45); }
div.DivClassName
{
background-color: #0F3A2D;
}
.BgClassName
{
background-color: #0F3A2D;
}
</style>
border-color css
<style>
span { border-color: #0F3A2D; }
span { border-color: rgb(15,58,45); }
td.TdClassName
{
border-color: #0F3A2D;
}
.TagClassName
{
border-color: #0F3A2D;
}
</style>