Shades of Sherwood Green #13402F
Tints of Sherwood Green #13402F
RGB
CMYK
RGB Variations
Color information
#13402F (or 0x13402F) is known color: Sherwood Green. HEX triplet: 13, 40 and 2F. RGB value is (19,64,47). Sum of RGB (Red+Green+Blue) = 19+64+47=130 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.62% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #13402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13402F is #ECBFD0. Grayscale: #303030. Windows color (decimal): -15515601 or 3096595. OLE color: 3096595.
HSL color Cylindrical-coordinate representation of color #13402F: hue angle of 157.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #13402F is Cyan = 0.70, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 19 | 64 | 47 | - |
| CMYK | 0.70 | 0 | 0.27 | 0.75 |
| HSL | 157.33º | 0.54% | 0.16% | - |
| HSV(B) | 157.33º | 0.7% | 0.25% | - |
| XYZ | 2.62 | 4.01 | 3.33 | - |
| YUV | 48.61 | 127.09 | 106.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 64 | 47 | 0.70 | 0 | 0.27 | 0.75 | 157.33 | 0.54 | 0.16 |
| Hex | 13 | 40 | 2F | 46 | 0 | 1B | 4B | 9D | 36 | 10 |
| Octal | 23 | 100 | 57 | 106 | 0 | 33 | 113 | 235 | 66 | 20 |
| Binary | 10011 | 1000000 | 101111 | 1000110 | 0 | 11011 | 1001011 | 10011101 | 110110 | 10000 |
Color Harmonies of #13402F
Complementary color
Monochromatic Colors of #13402F
Black with #13402F
Text Example
Text Example
White with #13402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13402F; }
p { color: rgb(19,64,47); }
H1.HeaderClassName
{
color: #13402F;
}
.AnyTagClassName
{
color: #13402F;
}
</style>
background-color css
<style>
a { background-color: #13402F; }
a { background-color: rgb(19,64,47); }
div.DivClassName
{
background-color: #13402F;
}
.BgClassName
{
background-color: #13402F;
}
</style>
border-color css
<style>
span { border-color: #13402F; }
span { border-color: rgb(19,64,47); }
td.TdClassName
{
border-color: #13402F;
}
.TagClassName
{
border-color: #13402F;
}
</style>