Shades of Sherwood Green #143D31
Tints of Sherwood Green #143D31
RGB
CMYK
RGB Variations
Color information
#143D31 (or 0x143D31) is known color: Sherwood Green. HEX triplet: 14, 3D and 31. RGB value is (20,61,49). Sum of RGB (Red+Green+Blue) = 20+61+49=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 61 (24.22% from 255 or 46.92% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 61 - color contains mainly: green. Hex color #143D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D31 is #EBC2CE. Grayscale: #2F2F2F. Windows color (decimal): -15450831 or 3226900. OLE color: 3226900.
HSL color Cylindrical-coordinate representation of color #143D31: hue angle of 162.44º 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 #143D31 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 61 | 49 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.76 |
| HSL | 162.44º | 0.51% | 0.16% | - |
| HSV(B) | 162.44º | 0.67% | 0.24% | - |
| XYZ | 2.51 | 3.71 | 3.49 | - |
| YUV | 47.37 | 128.92 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 49 | 0.67 | 0 | 0.20 | 0.76 | 162.44 | 0.51 | 0.16 |
| Hex | 14 | 3D | 31 | 43 | 0 | 14 | 4C | A2 | 33 | 10 |
| Octal | 24 | 75 | 61 | 103 | 0 | 24 | 114 | 242 | 63 | 20 |
| Binary | 10100 | 111101 | 110001 | 1000011 | 0 | 10100 | 1001100 | 10100010 | 110011 | 10000 |
Color Harmonies of #143D31
Complementary color
Monochromatic Colors of #143D31
Black with #143D31
Text Example
Text Example
White with #143D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D31; }
p { color: rgb(20,61,49); }
H1.HeaderClassName
{
color: #143D31;
}
.AnyTagClassName
{
color: #143D31;
}
</style>
background-color css
<style>
a { background-color: #143D31; }
a { background-color: rgb(20,61,49); }
div.DivClassName
{
background-color: #143D31;
}
.BgClassName
{
background-color: #143D31;
}
</style>
border-color css
<style>
span { border-color: #143D31; }
span { border-color: rgb(20,61,49); }
td.TdClassName
{
border-color: #143D31;
}
.TagClassName
{
border-color: #143D31;
}
</style>