Shades of Sherwood Green #143B2E
Tints of Sherwood Green #143B2E
RGB
CMYK
RGB Variations
Color information
#143B2E (or 0x143B2E) is known color: Sherwood Green. HEX triplet: 14, 3B and 2E. RGB value is (20,59,46). Sum of RGB (Red+Green+Blue) = 20+59+46=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 59 (23.44% from 255 or 47.2% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 59 - color contains mainly: green. Hex color #143B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143B2E is #EBC4D1. Grayscale: #2D2D2D. Windows color (decimal): -15451346 or 3029780. OLE color: 3029780.
HSL color Cylindrical-coordinate representation of color #143B2E: hue angle of 160º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #143B2E is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 59 | 46 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.77 |
| HSL | 160º | 0.49% | 0.15% | - |
| HSV(B) | 160º | 0.66% | 0.23% | - |
| XYZ | 2.35 | 3.47 | 3.13 | - |
| YUV | 45.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 46 | 0.66 | 0 | 0.22 | 0.77 | 160 | 0.49 | 0.15 |
| Hex | 14 | 3B | 2E | 42 | 0 | 16 | 4D | A0 | 31 | F |
| Octal | 24 | 73 | 56 | 102 | 0 | 26 | 115 | 240 | 61 | 17 |
| Binary | 10100 | 111011 | 101110 | 1000010 | 0 | 10110 | 1001101 | 10100000 | 110001 | 1111 |
Color Harmonies of #143B2E
Complementary color
Monochromatic Colors of #143B2E
Black with #143B2E
Text Example
Text Example
White with #143B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B2E; }
p { color: rgb(20,59,46); }
H1.HeaderClassName
{
color: #143B2E;
}
.AnyTagClassName
{
color: #143B2E;
}
</style>
background-color css
<style>
a { background-color: #143B2E; }
a { background-color: rgb(20,59,46); }
div.DivClassName
{
background-color: #143B2E;
}
.BgClassName
{
background-color: #143B2E;
}
</style>
border-color css
<style>
span { border-color: #143B2E; }
span { border-color: rgb(20,59,46); }
td.TdClassName
{
border-color: #143B2E;
}
.TagClassName
{
border-color: #143B2E;
}
</style>