Shades of Sherwood Green #143D2E
Tints of Sherwood Green #143D2E
RGB
CMYK
RGB Variations
Color information
#143D2E (or 0x143D2E) is known color: Sherwood Green. HEX triplet: 14, 3D and 2E. RGB value is (20,61,46). Sum of RGB (Red+Green+Blue) = 20+61+46=127 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.75% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #143D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D2E is #EBC2D1. Grayscale: #2F2F2F. Windows color (decimal): -15450834 or 3030292. OLE color: 3030292.
HSL color Cylindrical-coordinate representation of color #143D2E: hue angle of 158.05º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #143D2E is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 61 | 46 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.76 |
| HSL | 158.05º | 0.51% | 0.16% | - |
| HSV(B) | 158.05º | 0.67% | 0.24% | - |
| XYZ | 2.45 | 3.68 | 3.17 | - |
| YUV | 47.03 | 127.42 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 46 | 0.67 | 0 | 0.25 | 0.76 | 158.05 | 0.51 | 0.16 |
| Hex | 14 | 3D | 2E | 43 | 0 | 19 | 4C | 9E | 33 | 10 |
| Octal | 24 | 75 | 56 | 103 | 0 | 31 | 114 | 236 | 63 | 20 |
| Binary | 10100 | 111101 | 101110 | 1000011 | 0 | 11001 | 1001100 | 10011110 | 110011 | 10000 |
Color Harmonies of #143D2E
Complementary color
Monochromatic Colors of #143D2E
Black with #143D2E
Text Example
Text Example
White with #143D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D2E; }
p { color: rgb(20,61,46); }
H1.HeaderClassName
{
color: #143D2E;
}
.AnyTagClassName
{
color: #143D2E;
}
</style>
background-color css
<style>
a { background-color: #143D2E; }
a { background-color: rgb(20,61,46); }
div.DivClassName
{
background-color: #143D2E;
}
.BgClassName
{
background-color: #143D2E;
}
</style>
border-color css
<style>
span { border-color: #143D2E; }
span { border-color: rgb(20,61,46); }
td.TdClassName
{
border-color: #143D2E;
}
.TagClassName
{
border-color: #143D2E;
}
</style>