Shades of Sherwood Green #193A30
Tints of Sherwood Green #193A30
RGB
CMYK
RGB Variations
Color information
#193A30 (or 0x193A30) is known color: Sherwood Green. HEX triplet: 19, 3A and 30. RGB value is (25,58,48). Sum of RGB (Red+Green+Blue) = 25+58+48=131 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.08% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 58 - color contains mainly: green. Hex color #193A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A30 is #E6C5CF. Grayscale: #2F2F2F. Windows color (decimal): -15123920 or 3160601. OLE color: 3160601.
HSL color Cylindrical-coordinate representation of color #193A30: hue angle of 161.82º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #193A30 is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 58 | 48 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.77 |
| HSL | 161.82º | 0.4% | 0.16% | - |
| HSV(B) | 161.82º | 0.57% | 0.23% | - |
| XYZ | 2.45 | 3.45 | 3.33 | - |
| YUV | 46.99 | 128.57 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 48 | 0.57 | 0 | 0.17 | 0.77 | 161.82 | 0.4 | 0.16 |
| Hex | 19 | 3A | 30 | 39 | 0 | 11 | 4D | A2 | 28 | 10 |
| Octal | 31 | 72 | 60 | 71 | 0 | 21 | 115 | 242 | 50 | 20 |
| Binary | 11001 | 111010 | 110000 | 111001 | 0 | 10001 | 1001101 | 10100010 | 101000 | 10000 |
Color Harmonies of #193A30
Complementary color
Monochromatic Colors of #193A30
Black with #193A30
Text Example
Text Example
White with #193A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A30; }
p { color: rgb(25,58,48); }
H1.HeaderClassName
{
color: #193A30;
}
.AnyTagClassName
{
color: #193A30;
}
</style>
background-color css
<style>
a { background-color: #193A30; }
a { background-color: rgb(25,58,48); }
div.DivClassName
{
background-color: #193A30;
}
.BgClassName
{
background-color: #193A30;
}
</style>
border-color css
<style>
span { border-color: #193A30; }
span { border-color: rgb(25,58,48); }
td.TdClassName
{
border-color: #193A30;
}
.TagClassName
{
border-color: #193A30;
}
</style>