Shades of Sherwood Green #143D2F
Tints of Sherwood Green #143D2F
RGB
CMYK
RGB Variations
Color information
#143D2F (or 0x143D2F) is known color: Sherwood Green. HEX triplet: 14, 3D and 2F. RGB value is (20,61,47). Sum of RGB (Red+Green+Blue) = 20+61+47=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 61 (24.22% from 255 or 47.66% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 61 - color contains mainly: green. Hex color #143D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D2F is #EBC2D0. Grayscale: #2F2F2F. Windows color (decimal): -15450833 or 3095828. OLE color: 3095828.
HSL color Cylindrical-coordinate representation of color #143D2F: hue angle of 159.51º 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 #143D2F is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 61 | 47 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.76 |
| HSL | 159.51º | 0.51% | 0.16% | - |
| HSV(B) | 159.51º | 0.67% | 0.24% | - |
| XYZ | 2.47 | 3.69 | 3.27 | - |
| YUV | 47.15 | 127.92 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 47 | 0.67 | 0 | 0.23 | 0.76 | 159.51 | 0.51 | 0.16 |
| Hex | 14 | 3D | 2F | 43 | 0 | 17 | 4C | A0 | 33 | 10 |
| Octal | 24 | 75 | 57 | 103 | 0 | 27 | 114 | 240 | 63 | 20 |
| Binary | 10100 | 111101 | 101111 | 1000011 | 0 | 10111 | 1001100 | 10100000 | 110011 | 10000 |
Color Harmonies of #143D2F
Complementary color
Monochromatic Colors of #143D2F
Black with #143D2F
Text Example
Text Example
White with #143D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D2F; }
p { color: rgb(20,61,47); }
H1.HeaderClassName
{
color: #143D2F;
}
.AnyTagClassName
{
color: #143D2F;
}
</style>
background-color css
<style>
a { background-color: #143D2F; }
a { background-color: rgb(20,61,47); }
div.DivClassName
{
background-color: #143D2F;
}
.BgClassName
{
background-color: #143D2F;
}
</style>
border-color css
<style>
span { border-color: #143D2F; }
span { border-color: rgb(20,61,47); }
td.TdClassName
{
border-color: #143D2F;
}
.TagClassName
{
border-color: #143D2F;
}
</style>