Shades of County Green #1E533D
Tints of County Green #1E533D
RGB
CMYK
RGB Variations
Color information
#1E533D (or 0x1E533D) is known color: County Green. HEX triplet: 1E, 53 and 3D. RGB value is (30,83,61). Sum of RGB (Red+Green+Blue) = 30+83+61=174 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.24% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 61 (24.22% from 255 or 35.06% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #1E533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E533D is #E1ACC2. Grayscale: #404040. Windows color (decimal): -14789827 or 4018974. OLE color: 4018974.
HSL color Cylindrical-coordinate representation of color #1E533D: hue angle of 155.09º 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 #1E533D is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 30 | 83 | 61 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.67 |
| HSL | 155.09º | 0.47% | 0.22% | - |
| HSV(B) | 155.09º | 0.64% | 0.33% | - |
| XYZ | 4.47 | 6.8 | 5.49 | - |
| YUV | 64.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 83 | 61 | 0.64 | 0 | 0.27 | 0.67 | 155.09 | 0.47 | 0.22 |
| Hex | 1E | 53 | 3D | 40 | 0 | 1B | 43 | 9B | 2F | 16 |
| Octal | 36 | 123 | 75 | 100 | 0 | 33 | 103 | 233 | 57 | 26 |
| Binary | 11110 | 1010011 | 111101 | 1000000 | 0 | 11011 | 1000011 | 10011011 | 101111 | 10110 |
Color Harmonies of #1E533D
Complementary color
Monochromatic Colors of #1E533D
Black with #1E533D
Text Example
Text Example
White with #1E533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E533D; }
p { color: rgb(30,83,61); }
H1.HeaderClassName
{
color: #1E533D;
}
.AnyTagClassName
{
color: #1E533D;
}
</style>
background-color css
<style>
a { background-color: #1E533D; }
a { background-color: rgb(30,83,61); }
div.DivClassName
{
background-color: #1E533D;
}
.BgClassName
{
background-color: #1E533D;
}
</style>
border-color css
<style>
span { border-color: #1E533D; }
span { border-color: rgb(30,83,61); }
td.TdClassName
{
border-color: #1E533D;
}
.TagClassName
{
border-color: #1E533D;
}
</style>