Shades of Sherwood Green #1A4234
Tints of Sherwood Green #1A4234
RGB
CMYK
RGB Variations
Color information
#1A4234 (or 0x1A4234) is known color: Sherwood Green. HEX triplet: 1A, 42 and 34. RGB value is (26,66,52). Sum of RGB (Red+Green+Blue) = 26+66+52=144 (19% of max value = 765). Red value is 26 (10.55% from 255 or 18.06% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 66 - color contains mainly: green. Hex color #1A4234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4234 is #E5BDCB. Grayscale: #343434. Windows color (decimal): -15056332 or 3424794. OLE color: 3424794.
HSL color Cylindrical-coordinate representation of color #1A4234: hue angle of 159º 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 #1A4234 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 26 | 66 | 52 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.74 |
| HSL | 159º | 0.43% | 0.18% | - |
| HSV(B) | 159º | 0.61% | 0.26% | - |
| XYZ | 2.99 | 4.36 | 3.93 | - |
| YUV | 52.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 52 | 0.61 | 0 | 0.21 | 0.74 | 159 | 0.43 | 0.18 |
| Hex | 1A | 42 | 34 | 3D | 0 | 15 | 4A | 9F | 2B | 12 |
| Octal | 32 | 102 | 64 | 75 | 0 | 25 | 112 | 237 | 53 | 22 |
| Binary | 11010 | 1000010 | 110100 | 111101 | 0 | 10101 | 1001010 | 10011111 | 101011 | 10010 |
Color Harmonies of #1A4234
Complementary color
Monochromatic Colors of #1A4234
Black with #1A4234
Text Example
Text Example
White with #1A4234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4234; }
p { color: rgb(26,66,52); }
H1.HeaderClassName
{
color: #1A4234;
}
.AnyTagClassName
{
color: #1A4234;
}
</style>
background-color css
<style>
a { background-color: #1A4234; }
a { background-color: rgb(26,66,52); }
div.DivClassName
{
background-color: #1A4234;
}
.BgClassName
{
background-color: #1A4234;
}
</style>
border-color css
<style>
span { border-color: #1A4234; }
span { border-color: rgb(26,66,52); }
td.TdClassName
{
border-color: #1A4234;
}
.TagClassName
{
border-color: #1A4234;
}
</style>