Shades of Sherwood Green #193B2F
Tints of Sherwood Green #193B2F
RGB
CMYK
RGB Variations
Color information
#193B2F (or 0x193B2F) is known color: Sherwood Green. HEX triplet: 19, 3B and 2F. RGB value is (25,59,47). Sum of RGB (Red+Green+Blue) = 25+59+47=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 59 (23.44% from 255 or 45.04% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 59 - color contains mainly: green. Hex color #193B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193B2F is #E6C4D0. Grayscale: #2F2F2F. Windows color (decimal): -15123665 or 3095321. OLE color: 3095321.
HSL color Cylindrical-coordinate representation of color #193B2F: hue angle of 158.82º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #193B2F is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 59 | 47 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.77 |
| HSL | 158.82º | 0.4% | 0.16% | - |
| HSV(B) | 158.82º | 0.58% | 0.23% | - |
| XYZ | 2.48 | 3.54 | 3.24 | - |
| YUV | 47.47 | 127.74 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 59 | 47 | 0.58 | 0 | 0.20 | 0.77 | 158.82 | 0.4 | 0.16 |
| Hex | 19 | 3B | 2F | 3A | 0 | 14 | 4D | 9F | 28 | 10 |
| Octal | 31 | 73 | 57 | 72 | 0 | 24 | 115 | 237 | 50 | 20 |
| Binary | 11001 | 111011 | 101111 | 111010 | 0 | 10100 | 1001101 | 10011111 | 101000 | 10000 |
Color Harmonies of #193B2F
Complementary color
Monochromatic Colors of #193B2F
Black with #193B2F
Text Example
Text Example
White with #193B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193B2F; }
p { color: rgb(25,59,47); }
H1.HeaderClassName
{
color: #193B2F;
}
.AnyTagClassName
{
color: #193B2F;
}
</style>
background-color css
<style>
a { background-color: #193B2F; }
a { background-color: rgb(25,59,47); }
div.DivClassName
{
background-color: #193B2F;
}
.BgClassName
{
background-color: #193B2F;
}
</style>
border-color css
<style>
span { border-color: #193B2F; }
span { border-color: rgb(25,59,47); }
td.TdClassName
{
border-color: #193B2F;
}
.TagClassName
{
border-color: #193B2F;
}
</style>