Shades of Sherwood Green #1A3E32
Tints of Sherwood Green #1A3E32
RGB
CMYK
RGB Variations
Color information
#1A3E32 (or 0x1A3E32) is known color: Sherwood Green. HEX triplet: 1A, 3E and 32. RGB value is (26,62,50). Sum of RGB (Red+Green+Blue) = 26+62+50=138 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.84% from 138); Green value is 62 (24.61% from 255 or 44.93% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 62 - color contains mainly: green. Hex color #1A3E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3E32 is #E5C1CD. Grayscale: #313131. Windows color (decimal): -15057358 or 3292698. OLE color: 3292698.
HSL color Cylindrical-coordinate representation of color #1A3E32: hue angle of 160º 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 #1A3E32 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 62 | 50 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.76 |
| HSL | 160º | 0.41% | 0.17% | - |
| HSV(B) | 160º | 0.58% | 0.24% | - |
| XYZ | 2.72 | 3.9 | 3.63 | - |
| YUV | 49.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 62 | 50 | 0.58 | 0 | 0.19 | 0.76 | 160 | 0.41 | 0.17 |
| Hex | 1A | 3E | 32 | 3A | 0 | 13 | 4C | A0 | 29 | 11 |
| Octal | 32 | 76 | 62 | 72 | 0 | 23 | 114 | 240 | 51 | 21 |
| Binary | 11010 | 111110 | 110010 | 111010 | 0 | 10011 | 1001100 | 10100000 | 101001 | 10001 |
Color Harmonies of #1A3E32
Complementary color
Monochromatic Colors of #1A3E32
Black with #1A3E32
Text Example
Text Example
White with #1A3E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3E32; }
p { color: rgb(26,62,50); }
H1.HeaderClassName
{
color: #1A3E32;
}
.AnyTagClassName
{
color: #1A3E32;
}
</style>
background-color css
<style>
a { background-color: #1A3E32; }
a { background-color: rgb(26,62,50); }
div.DivClassName
{
background-color: #1A3E32;
}
.BgClassName
{
background-color: #1A3E32;
}
</style>
border-color css
<style>
span { border-color: #1A3E32; }
span { border-color: rgb(26,62,50); }
td.TdClassName
{
border-color: #1A3E32;
}
.TagClassName
{
border-color: #1A3E32;
}
</style>