Shades of Sherwood Green #1A4231
Tints of Sherwood Green #1A4231
RGB
CMYK
RGB Variations
Color information
#1A4231 (or 0x1A4231) is known color: Sherwood Green. HEX triplet: 1A, 42 and 31. RGB value is (26,66,49). Sum of RGB (Red+Green+Blue) = 26+66+49=141 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.44% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 66 - color contains mainly: green. Hex color #1A4231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4231 is #E5BDCE. Grayscale: #343434. Windows color (decimal): -15056335 or 3228186. OLE color: 3228186.
HSL color Cylindrical-coordinate representation of color #1A4231: hue angle of 154.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A4231 is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 66 | 49 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.74 |
| HSL | 154.5º | 0.43% | 0.18% | - |
| HSV(B) | 154.5º | 0.61% | 0.26% | - |
| XYZ | 2.93 | 4.34 | 3.59 | - |
| YUV | 52.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 49 | 0.61 | 0 | 0.26 | 0.74 | 154.5 | 0.43 | 0.18 |
| Hex | 1A | 42 | 31 | 3D | 0 | 1A | 4A | 9A | 2B | 12 |
| Octal | 32 | 102 | 61 | 75 | 0 | 32 | 112 | 232 | 53 | 22 |
| Binary | 11010 | 1000010 | 110001 | 111101 | 0 | 11010 | 1001010 | 10011010 | 101011 | 10010 |
Color Harmonies of #1A4231
Complementary color
Monochromatic Colors of #1A4231
Black with #1A4231
Text Example
Text Example
White with #1A4231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4231; }
p { color: rgb(26,66,49); }
H1.HeaderClassName
{
color: #1A4231;
}
.AnyTagClassName
{
color: #1A4231;
}
</style>
background-color css
<style>
a { background-color: #1A4231; }
a { background-color: rgb(26,66,49); }
div.DivClassName
{
background-color: #1A4231;
}
.BgClassName
{
background-color: #1A4231;
}
</style>
border-color css
<style>
span { border-color: #1A4231; }
span { border-color: rgb(26,66,49); }
td.TdClassName
{
border-color: #1A4231;
}
.TagClassName
{
border-color: #1A4231;
}
</style>