Shades of Sherwood Green #1A493A
Tints of Sherwood Green #1A493A
RGB
CMYK
RGB Variations
Color information
#1A493A (or 0x1A493A) is known color: Sherwood Green. HEX triplet: 1A, 49 and 3A. RGB value is (26,73,58). Sum of RGB (Red+Green+Blue) = 26+73+58=157 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.56% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 58 (23.05% from 255 or 36.94% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #1A493A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A493A is #E5B6C5. Grayscale: #393939. Windows color (decimal): -15054534 or 3819802. OLE color: 3819802.
HSL color Cylindrical-coordinate representation of color #1A493A: hue angle of 160.85º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A493A is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 26 | 73 | 58 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.71 |
| HSL | 160.85º | 0.47% | 0.19% | - |
| HSV(B) | 160.85º | 0.64% | 0.29% | - |
| XYZ | 3.57 | 5.29 | 4.84 | - |
| YUV | 57.24 | 128.43 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 73 | 58 | 0.64 | 0 | 0.21 | 0.71 | 160.85 | 0.47 | 0.19 |
| Hex | 1A | 49 | 3A | 40 | 0 | 15 | 47 | A1 | 2F | 13 |
| Octal | 32 | 111 | 72 | 100 | 0 | 25 | 107 | 241 | 57 | 23 |
| Binary | 11010 | 1001001 | 111010 | 1000000 | 0 | 10101 | 1000111 | 10100001 | 101111 | 10011 |
Color Harmonies of #1A493A
Complementary color
Monochromatic Colors of #1A493A
Black with #1A493A
Text Example
Text Example
White with #1A493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A493A; }
p { color: rgb(26,73,58); }
H1.HeaderClassName
{
color: #1A493A;
}
.AnyTagClassName
{
color: #1A493A;
}
</style>
background-color css
<style>
a { background-color: #1A493A; }
a { background-color: rgb(26,73,58); }
div.DivClassName
{
background-color: #1A493A;
}
.BgClassName
{
background-color: #1A493A;
}
</style>
border-color css
<style>
span { border-color: #1A493A; }
span { border-color: rgb(26,73,58); }
td.TdClassName
{
border-color: #1A493A;
}
.TagClassName
{
border-color: #1A493A;
}
</style>