Shades of Sherwood Green #1E4334
Tints of Sherwood Green #1E4334
RGB
CMYK
RGB Variations
Color information
#1E4334 (or 0x1E4334) is known color: Sherwood Green. HEX triplet: 1E, 43 and 34. RGB value is (30,67,52). Sum of RGB (Red+Green+Blue) = 30+67+52=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 67 - color contains mainly: green. Hex color #1E4334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4334 is #E1BCCB. Grayscale: #363636. Windows color (decimal): -14793932 or 3425054. OLE color: 3425054.
HSL color Cylindrical-coordinate representation of color #1E4334: hue angle of 155.68º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E4334 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 30 | 67 | 52 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.74 |
| HSL | 155.68º | 0.38% | 0.19% | - |
| HSV(B) | 155.68º | 0.55% | 0.26% | - |
| XYZ | 3.16 | 4.54 | 3.96 | - |
| YUV | 54.23 | 126.74 | 110.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 67 | 52 | 0.55 | 0 | 0.22 | 0.74 | 155.68 | 0.38 | 0.19 |
| Hex | 1E | 43 | 34 | 37 | 0 | 16 | 4A | 9C | 26 | 13 |
| Octal | 36 | 103 | 64 | 67 | 0 | 26 | 112 | 234 | 46 | 23 |
| Binary | 11110 | 1000011 | 110100 | 110111 | 0 | 10110 | 1001010 | 10011100 | 100110 | 10011 |
Color Harmonies of #1E4334
Complementary color
Monochromatic Colors of #1E4334
Black with #1E4334
Text Example
Text Example
White with #1E4334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4334; }
p { color: rgb(30,67,52); }
H1.HeaderClassName
{
color: #1E4334;
}
.AnyTagClassName
{
color: #1E4334;
}
</style>
background-color css
<style>
a { background-color: #1E4334; }
a { background-color: rgb(30,67,52); }
div.DivClassName
{
background-color: #1E4334;
}
.BgClassName
{
background-color: #1E4334;
}
</style>
border-color css
<style>
span { border-color: #1E4334; }
span { border-color: rgb(30,67,52); }
td.TdClassName
{
border-color: #1E4334;
}
.TagClassName
{
border-color: #1E4334;
}
</style>