Shades of County Green #1E4B34
Tints of County Green #1E4B34
RGB
CMYK
RGB Variations
Color information
#1E4B34 (or 0x1E4B34) is known color: County Green. HEX triplet: 1E, 4B and 34. RGB value is (30,75,52). Sum of RGB (Red+Green+Blue) = 30+75+52=157 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.11% from 157); Green value is 75 (29.69% from 255 or 47.77% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 75 - color contains mainly: green. Hex color #1E4B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4B34 is #E1B4CB. Grayscale: #3A3A3A. Windows color (decimal): -14791884 or 3427102. OLE color: 3427102.
HSL color Cylindrical-coordinate representation of color #1E4B34: hue angle of 149.33º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E4B34 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 30 | 75 | 52 | - |
| CMYK | 0.60 | 0 | 0.31 | 0.71 |
| HSL | 149.33º | 0.43% | 0.21% | - |
| HSV(B) | 149.33º | 0.6% | 0.29% | - |
| XYZ | 3.67 | 5.56 | 4.13 | - |
| YUV | 58.92 | 124.09 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 75 | 52 | 0.60 | 0 | 0.31 | 0.71 | 149.33 | 0.43 | 0.21 |
| Hex | 1E | 4B | 34 | 3C | 0 | 1F | 47 | 95 | 2B | 15 |
| Octal | 36 | 113 | 64 | 74 | 0 | 37 | 107 | 225 | 53 | 25 |
| Binary | 11110 | 1001011 | 110100 | 111100 | 0 | 11111 | 1000111 | 10010101 | 101011 | 10101 |
Color Harmonies of #1E4B34
Complementary color
Monochromatic Colors of #1E4B34
Black with #1E4B34
Text Example
Text Example
White with #1E4B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E4B34; }
p { color: rgb(30,75,52); }
H1.HeaderClassName
{
color: #1E4B34;
}
.AnyTagClassName
{
color: #1E4B34;
}
</style>
background-color css
<style>
a { background-color: #1E4B34; }
a { background-color: rgb(30,75,52); }
div.DivClassName
{
background-color: #1E4B34;
}
.BgClassName
{
background-color: #1E4B34;
}
</style>
border-color css
<style>
span { border-color: #1E4B34; }
span { border-color: rgb(30,75,52); }
td.TdClassName
{
border-color: #1E4B34;
}
.TagClassName
{
border-color: #1E4B34;
}
</style>