Shades of County Green #1C533B
Tints of County Green #1C533B
RGB
CMYK
RGB Variations
Color information
#1C533B (or 0x1C533B) is known color: County Green. HEX triplet: 1C, 53 and 3B. RGB value is (28,83,59). Sum of RGB (Red+Green+Blue) = 28+83+59=170 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.47% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 59 (23.44% from 255 or 34.71% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #1C533B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C533B is #E3ACC4. Grayscale: #3F3F3F. Windows color (decimal): -14920901 or 3887900. OLE color: 3887900.
HSL color Cylindrical-coordinate representation of color #1C533B: hue angle of 153.82º 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 #1C533B is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 83 | 59 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.67 |
| HSL | 153.82º | 0.5% | 0.22% | - |
| HSV(B) | 153.82º | 0.66% | 0.33% | - |
| XYZ | 4.36 | 6.75 | 5.21 | - |
| YUV | 63.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 83 | 59 | 0.66 | 0 | 0.29 | 0.67 | 153.82 | 0.5 | 0.22 |
| Hex | 1C | 53 | 3B | 42 | 0 | 1D | 43 | 9A | 32 | 16 |
| Octal | 34 | 123 | 73 | 102 | 0 | 35 | 103 | 232 | 62 | 26 |
| Binary | 11100 | 1010011 | 111011 | 1000010 | 0 | 11101 | 1000011 | 10011010 | 110010 | 10110 |
Color Harmonies of #1C533B
Complementary color
Monochromatic Colors of #1C533B
Black with #1C533B
Text Example
Text Example
White with #1C533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C533B; }
p { color: rgb(28,83,59); }
H1.HeaderClassName
{
color: #1C533B;
}
.AnyTagClassName
{
color: #1C533B;
}
</style>
background-color css
<style>
a { background-color: #1C533B; }
a { background-color: rgb(28,83,59); }
div.DivClassName
{
background-color: #1C533B;
}
.BgClassName
{
background-color: #1C533B;
}
</style>
border-color css
<style>
span { border-color: #1C533B; }
span { border-color: rgb(28,83,59); }
td.TdClassName
{
border-color: #1C533B;
}
.TagClassName
{
border-color: #1C533B;
}
</style>