Shades of Sherwood Green #193C30
Tints of Sherwood Green #193C30
RGB
CMYK
RGB Variations
Color information
#193C30 (or 0x193C30) is known color: Sherwood Green. HEX triplet: 19, 3C and 30. RGB value is (25,60,48). Sum of RGB (Red+Green+Blue) = 25+60+48=133 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.80% from 133); Green value is 60 (23.83% from 255 or 45.11% from 133); Blue value is 48 (19.14% from 255 or 36.09% from 133); Max value from RGB is 60 - color contains mainly: green. Hex color #193C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193C30 is #E6C3CF. Grayscale: #303030. Windows color (decimal): -15123408 or 3161113. OLE color: 3161113.
HSL color Cylindrical-coordinate representation of color #193C30: hue angle of 159.43º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #193C30 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 25 | 60 | 48 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.76 |
| HSL | 159.43º | 0.41% | 0.17% | - |
| HSV(B) | 159.43º | 0.58% | 0.24% | - |
| XYZ | 2.55 | 3.65 | 3.37 | - |
| YUV | 48.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 60 | 48 | 0.58 | 0 | 0.20 | 0.76 | 159.43 | 0.41 | 0.17 |
| Hex | 19 | 3C | 30 | 3A | 0 | 14 | 4C | 9F | 29 | 11 |
| Octal | 31 | 74 | 60 | 72 | 0 | 24 | 114 | 237 | 51 | 21 |
| Binary | 11001 | 111100 | 110000 | 111010 | 0 | 10100 | 1001100 | 10011111 | 101001 | 10001 |
Color Harmonies of #193C30
Complementary color
Monochromatic Colors of #193C30
Black with #193C30
Text Example
Text Example
White with #193C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193C30; }
p { color: rgb(25,60,48); }
H1.HeaderClassName
{
color: #193C30;
}
.AnyTagClassName
{
color: #193C30;
}
</style>
background-color css
<style>
a { background-color: #193C30; }
a { background-color: rgb(25,60,48); }
div.DivClassName
{
background-color: #193C30;
}
.BgClassName
{
background-color: #193C30;
}
</style>
border-color css
<style>
span { border-color: #193C30; }
span { border-color: rgb(25,60,48); }
td.TdClassName
{
border-color: #193C30;
}
.TagClassName
{
border-color: #193C30;
}
</style>