Shades of Sherwood Green #143D30
Tints of Sherwood Green #143D30
RGB
CMYK
RGB Variations
Color information
#143D30 (or 0x143D30) is known color: Sherwood Green. HEX triplet: 14, 3D and 30. RGB value is (20,61,48). Sum of RGB (Red+Green+Blue) = 20+61+48=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 61 - color contains mainly: green. Hex color #143D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143D30 is #EBC2CF. Grayscale: #2F2F2F. Windows color (decimal): -15450832 or 3161364. OLE color: 3161364.
HSL color Cylindrical-coordinate representation of color #143D30: hue angle of 160.98º 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 #143D30 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 61 | 48 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.76 |
| HSL | 160.98º | 0.51% | 0.16% | - |
| HSV(B) | 160.98º | 0.67% | 0.24% | - |
| XYZ | 2.49 | 3.7 | 3.38 | - |
| YUV | 47.26 | 128.42 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 48 | 0.67 | 0 | 0.21 | 0.76 | 160.98 | 0.51 | 0.16 |
| Hex | 14 | 3D | 30 | 43 | 0 | 15 | 4C | A1 | 33 | 10 |
| Octal | 24 | 75 | 60 | 103 | 0 | 25 | 114 | 241 | 63 | 20 |
| Binary | 10100 | 111101 | 110000 | 1000011 | 0 | 10101 | 1001100 | 10100001 | 110011 | 10000 |
Color Harmonies of #143D30
Complementary color
Monochromatic Colors of #143D30
Black with #143D30
Text Example
Text Example
White with #143D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D30; }
p { color: rgb(20,61,48); }
H1.HeaderClassName
{
color: #143D30;
}
.AnyTagClassName
{
color: #143D30;
}
</style>
background-color css
<style>
a { background-color: #143D30; }
a { background-color: rgb(20,61,48); }
div.DivClassName
{
background-color: #143D30;
}
.BgClassName
{
background-color: #143D30;
}
</style>
border-color css
<style>
span { border-color: #143D30; }
span { border-color: rgb(20,61,48); }
td.TdClassName
{
border-color: #143D30;
}
.TagClassName
{
border-color: #143D30;
}
</style>