Shades of Sherwood Green #193E30
Tints of Sherwood Green #193E30
RGB
CMYK
RGB Variations
Color information
#193E30 (or 0x193E30) is known color: Sherwood Green. HEX triplet: 19, 3E and 30. RGB value is (25,62,48). Sum of RGB (Red+Green+Blue) = 25+62+48=135 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.52% from 135); Green value is 62 (24.61% from 255 or 45.93% from 135); Blue value is 48 (19.14% from 255 or 35.56% from 135); Max value from RGB is 62 - color contains mainly: green. Hex color #193E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193E30 is #E6C1CF. Grayscale: #313131. Windows color (decimal): -15122896 or 3161625. OLE color: 3161625.
HSL color Cylindrical-coordinate representation of color #193E30: hue angle of 157.3º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #193E30 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 62 | 48 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.76 |
| HSL | 157.3º | 0.43% | 0.17% | - |
| HSV(B) | 157.3º | 0.6% | 0.24% | - |
| XYZ | 2.66 | 3.87 | 3.4 | - |
| YUV | 49.34 | 127.24 | 110.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 62 | 48 | 0.60 | 0 | 0.23 | 0.76 | 157.3 | 0.43 | 0.17 |
| Hex | 19 | 3E | 30 | 3C | 0 | 17 | 4C | 9D | 2B | 11 |
| Octal | 31 | 76 | 60 | 74 | 0 | 27 | 114 | 235 | 53 | 21 |
| Binary | 11001 | 111110 | 110000 | 111100 | 0 | 10111 | 1001100 | 10011101 | 101011 | 10001 |
Color Harmonies of #193E30
Complementary color
Monochromatic Colors of #193E30
Black with #193E30
Text Example
Text Example
White with #193E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193E30; }
p { color: rgb(25,62,48); }
H1.HeaderClassName
{
color: #193E30;
}
.AnyTagClassName
{
color: #193E30;
}
</style>
background-color css
<style>
a { background-color: #193E30; }
a { background-color: rgb(25,62,48); }
div.DivClassName
{
background-color: #193E30;
}
.BgClassName
{
background-color: #193E30;
}
</style>
border-color css
<style>
span { border-color: #193E30; }
span { border-color: rgb(25,62,48); }
td.TdClassName
{
border-color: #193E30;
}
.TagClassName
{
border-color: #193E30;
}
</style>