Shades of County Green #1E543C
Tints of County Green #1E543C
RGB
CMYK
RGB Variations
Color information
#1E543C (or 0x1E543C) is known color: County Green. HEX triplet: 1E, 54 and 3C. RGB value is (30,84,60). Sum of RGB (Red+Green+Blue) = 30+84+60=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 60 (23.83% from 255 or 34.48% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #1E543C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E543C is #E1ABC3. Grayscale: #414141. Windows color (decimal): -14789572 or 3953694. OLE color: 3953694.
HSL color Cylindrical-coordinate representation of color #1E543C: hue angle of 153.33º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E543C is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 84 | 60 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.67 |
| HSL | 153.33º | 0.47% | 0.22% | - |
| HSV(B) | 153.33º | 0.64% | 0.33% | - |
| XYZ | 4.52 | 6.94 | 5.38 | - |
| YUV | 65.12 | 125.11 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 84 | 60 | 0.64 | 0 | 0.29 | 0.67 | 153.33 | 0.47 | 0.22 |
| Hex | 1E | 54 | 3C | 40 | 0 | 1D | 43 | 99 | 2F | 16 |
| Octal | 36 | 124 | 74 | 100 | 0 | 35 | 103 | 231 | 57 | 26 |
| Binary | 11110 | 1010100 | 111100 | 1000000 | 0 | 11101 | 1000011 | 10011001 | 101111 | 10110 |
Color Harmonies of #1E543C
Complementary color
Monochromatic Colors of #1E543C
Black with #1E543C
Text Example
Text Example
White with #1E543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E543C; }
p { color: rgb(30,84,60); }
H1.HeaderClassName
{
color: #1E543C;
}
.AnyTagClassName
{
color: #1E543C;
}
</style>
background-color css
<style>
a { background-color: #1E543C; }
a { background-color: rgb(30,84,60); }
div.DivClassName
{
background-color: #1E543C;
}
.BgClassName
{
background-color: #1E543C;
}
</style>
border-color css
<style>
span { border-color: #1E543C; }
span { border-color: rgb(30,84,60); }
td.TdClassName
{
border-color: #1E543C;
}
.TagClassName
{
border-color: #1E543C;
}
</style>