Shades of Sherwood Green #143C2D
Tints of Sherwood Green #143C2D
RGB
CMYK
RGB Variations
Color information
#143C2D (or 0x143C2D) is known color: Sherwood Green. HEX triplet: 14, 3C and 2D. RGB value is (20,60,45). Sum of RGB (Red+Green+Blue) = 20+60+45=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 60 (23.83% from 255 or 48% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 60 - color contains mainly: green. Hex color #143C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143C2D is #EBC3D2. Grayscale: #2E2E2E. Windows color (decimal): -15451091 or 2964500. OLE color: 2964500.
HSL color Cylindrical-coordinate representation of color #143C2D: hue angle of 157.5º degrees, saturation: 0.5, 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 #143C2D is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 60 | 45 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.76 |
| HSL | 157.5º | 0.5% | 0.16% | - |
| HSV(B) | 157.5º | 0.67% | 0.24% | - |
| XYZ | 2.38 | 3.57 | 3.05 | - |
| YUV | 46.33 | 127.25 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 45 | 0.67 | 0 | 0.25 | 0.76 | 157.5 | 0.5 | 0.16 |
| Hex | 14 | 3C | 2D | 43 | 0 | 19 | 4C | 9E | 32 | 10 |
| Octal | 24 | 74 | 55 | 103 | 0 | 31 | 114 | 236 | 62 | 20 |
| Binary | 10100 | 111100 | 101101 | 1000011 | 0 | 11001 | 1001100 | 10011110 | 110010 | 10000 |
Color Harmonies of #143C2D
Complementary color
Monochromatic Colors of #143C2D
Black with #143C2D
Text Example
Text Example
White with #143C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C2D; }
p { color: rgb(20,60,45); }
H1.HeaderClassName
{
color: #143C2D;
}
.AnyTagClassName
{
color: #143C2D;
}
</style>
background-color css
<style>
a { background-color: #143C2D; }
a { background-color: rgb(20,60,45); }
div.DivClassName
{
background-color: #143C2D;
}
.BgClassName
{
background-color: #143C2D;
}
</style>
border-color css
<style>
span { border-color: #143C2D; }
span { border-color: rgb(20,60,45); }
td.TdClassName
{
border-color: #143C2D;
}
.TagClassName
{
border-color: #143C2D;
}
</style>