Shades of Sherwood Green #143A2D
Tints of Sherwood Green #143A2D
RGB
CMYK
RGB Variations
Color information
#143A2D (or 0x143A2D) is known color: Sherwood Green. HEX triplet: 14, 3A and 2D. RGB value is (20,58,45). Sum of RGB (Red+Green+Blue) = 20+58+45=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 58 (23.05% from 255 or 47.15% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 58 - color contains mainly: green. Hex color #143A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143A2D is #EBC5D2. Grayscale: #2D2D2D. Windows color (decimal): -15451603 or 2963988. OLE color: 2963988.
HSL color Cylindrical-coordinate representation of color #143A2D: hue angle of 159.47º 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 #143A2D is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 20 | 58 | 45 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.77 |
| HSL | 159.47º | 0.49% | 0.15% | - |
| HSV(B) | 159.47º | 0.66% | 0.23% | - |
| XYZ | 2.28 | 3.36 | 3.01 | - |
| YUV | 45.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 45 | 0.66 | 0 | 0.22 | 0.77 | 159.47 | 0.49 | 0.15 |
| Hex | 14 | 3A | 2D | 42 | 0 | 16 | 4D | 9F | 31 | F |
| Octal | 24 | 72 | 55 | 102 | 0 | 26 | 115 | 237 | 61 | 17 |
| Binary | 10100 | 111010 | 101101 | 1000010 | 0 | 10110 | 1001101 | 10011111 | 110001 | 1111 |
Color Harmonies of #143A2D
Complementary color
Monochromatic Colors of #143A2D
Black with #143A2D
Text Example
Text Example
White with #143A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143A2D; }
p { color: rgb(20,58,45); }
H1.HeaderClassName
{
color: #143A2D;
}
.AnyTagClassName
{
color: #143A2D;
}
</style>
background-color css
<style>
a { background-color: #143A2D; }
a { background-color: rgb(20,58,45); }
div.DivClassName
{
background-color: #143A2D;
}
.BgClassName
{
background-color: #143A2D;
}
</style>
border-color css
<style>
span { border-color: #143A2D; }
span { border-color: rgb(20,58,45); }
td.TdClassName
{
border-color: #143A2D;
}
.TagClassName
{
border-color: #143A2D;
}
</style>