Shades of Sherwood Green #133D2F
Tints of Sherwood Green #133D2F
RGB
CMYK
RGB Variations
Color information
#133D2F (or 0x133D2F) is known color: Sherwood Green. HEX triplet: 13, 3D and 2F. RGB value is (19,61,47). Sum of RGB (Red+Green+Blue) = 19+61+47=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 61 - color contains mainly: green. Hex color #133D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D2F is #ECC2D0. Grayscale: #2E2E2E. Windows color (decimal): -15516369 or 3095827. OLE color: 3095827.
HSL color Cylindrical-coordinate representation of color #133D2F: hue angle of 160º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133D2F is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 19 | 61 | 47 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.76 |
| HSL | 160º | 0.53% | 0.16% | - |
| HSV(B) | 160º | 0.69% | 0.24% | - |
| XYZ | 2.45 | 3.68 | 3.27 | - |
| YUV | 46.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 61 | 47 | 0.69 | 0 | 0.23 | 0.76 | 160 | 0.53 | 0.16 |
| Hex | 13 | 3D | 2F | 45 | 0 | 17 | 4C | A0 | 34 | 10 |
| Octal | 23 | 75 | 57 | 105 | 0 | 27 | 114 | 240 | 64 | 20 |
| Binary | 10011 | 111101 | 101111 | 1000101 | 0 | 10111 | 1001100 | 10100000 | 110100 | 10000 |
Color Harmonies of #133D2F
Complementary color
Monochromatic Colors of #133D2F
Black with #133D2F
Text Example
Text Example
White with #133D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133D2F; }
p { color: rgb(19,61,47); }
H1.HeaderClassName
{
color: #133D2F;
}
.AnyTagClassName
{
color: #133D2F;
}
</style>
background-color css
<style>
a { background-color: #133D2F; }
a { background-color: rgb(19,61,47); }
div.DivClassName
{
background-color: #133D2F;
}
.BgClassName
{
background-color: #133D2F;
}
</style>
border-color css
<style>
span { border-color: #133D2F; }
span { border-color: rgb(19,61,47); }
td.TdClassName
{
border-color: #133D2F;
}
.TagClassName
{
border-color: #133D2F;
}
</style>