Shades of County Green #1C533D
Tints of County Green #1C533D
RGB
CMYK
RGB Variations
Color information
#1C533D (or 0x1C533D) is known color: County Green. HEX triplet: 1C, 53 and 3D. RGB value is (28,83,61). Sum of RGB (Red+Green+Blue) = 28+83+61=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #1C533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C533D is #E3ACC2. Grayscale: #404040. Windows color (decimal): -14920899 or 4018972. OLE color: 4018972.
HSL color Cylindrical-coordinate representation of color #1C533D: hue angle of 156º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C533D is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 83 | 61 | - |
| CMYK | 0.66 | 0 | 0.27 | 0.67 |
| HSL | 156º | 0.5% | 0.22% | - |
| HSV(B) | 156º | 0.66% | 0.33% | - |
| XYZ | 4.41 | 6.77 | 5.49 | - |
| YUV | 64.05 | 126.28 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 61 | 0.66 | 0 | 0.27 | 0.67 | 156 | 0.5 | 0.22 |
| Hex | 1C | 53 | 3D | 42 | 0 | 1B | 43 | 9C | 32 | 16 |
| Octal | 34 | 123 | 75 | 102 | 0 | 33 | 103 | 234 | 62 | 26 |
| Binary | 11100 | 1010011 | 111101 | 1000010 | 0 | 11011 | 1000011 | 10011100 | 110010 | 10110 |
Color Harmonies of #1C533D
Complementary color
Monochromatic Colors of #1C533D
Black with #1C533D
Text Example
Text Example
White with #1C533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C533D; }
p { color: rgb(28,83,61); }
H1.HeaderClassName
{
color: #1C533D;
}
.AnyTagClassName
{
color: #1C533D;
}
</style>
background-color css
<style>
a { background-color: #1C533D; }
a { background-color: rgb(28,83,61); }
div.DivClassName
{
background-color: #1C533D;
}
.BgClassName
{
background-color: #1C533D;
}
</style>
border-color css
<style>
span { border-color: #1C533D; }
span { border-color: rgb(28,83,61); }
td.TdClassName
{
border-color: #1C533D;
}
.TagClassName
{
border-color: #1C533D;
}
</style>