Shades of Sherwood Green #193A2F
Tints of Sherwood Green #193A2F
RGB
CMYK
RGB Variations
Color information
#193A2F (or 0x193A2F) is known color: Sherwood Green. HEX triplet: 19, 3A and 2F. RGB value is (25,58,47). Sum of RGB (Red+Green+Blue) = 25+58+47=130 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.23% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 58 - color contains mainly: green. Hex color #193A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193A2F is #E6C5D0. Grayscale: #2E2E2E. Windows color (decimal): -15123921 or 3095065. OLE color: 3095065.
HSL color Cylindrical-coordinate representation of color #193A2F: hue angle of 160º 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 #193A2F is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 25 | 58 | 47 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.77 |
| HSL | 160º | 0.4% | 0.16% | - |
| HSV(B) | 160º | 0.57% | 0.23% | - |
| XYZ | 2.43 | 3.44 | 3.23 | - |
| YUV | 46.88 | 128.07 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 47 | 0.57 | 0 | 0.19 | 0.77 | 160 | 0.4 | 0.16 |
| Hex | 19 | 3A | 2F | 39 | 0 | 13 | 4D | A0 | 28 | 10 |
| Octal | 31 | 72 | 57 | 71 | 0 | 23 | 115 | 240 | 50 | 20 |
| Binary | 11001 | 111010 | 101111 | 111001 | 0 | 10011 | 1001101 | 10100000 | 101000 | 10000 |
Color Harmonies of #193A2F
Complementary color
Monochromatic Colors of #193A2F
Black with #193A2F
Text Example
Text Example
White with #193A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A2F; }
p { color: rgb(25,58,47); }
H1.HeaderClassName
{
color: #193A2F;
}
.AnyTagClassName
{
color: #193A2F;
}
</style>
background-color css
<style>
a { background-color: #193A2F; }
a { background-color: rgb(25,58,47); }
div.DivClassName
{
background-color: #193A2F;
}
.BgClassName
{
background-color: #193A2F;
}
</style>
border-color css
<style>
span { border-color: #193A2F; }
span { border-color: rgb(25,58,47); }
td.TdClassName
{
border-color: #193A2F;
}
.TagClassName
{
border-color: #193A2F;
}
</style>