Shades of County Green #1C4C33
Tints of County Green #1C4C33
RGB
CMYK
RGB Variations
Color information
#1C4C33 (or 0x1C4C33) is known color: County Green. HEX triplet: 1C, 4C and 33. RGB value is (28,76,51). Sum of RGB (Red+Green+Blue) = 28+76+51=155 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.06% from 155); Green value is 76 (30.08% from 255 or 49.03% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 76 - color contains mainly: green. Hex color #1C4C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C4C33 is #E3B3CC. Grayscale: #3A3A3A. Windows color (decimal): -14922701 or 3361820. OLE color: 3361820.
HSL color Cylindrical-coordinate representation of color #1C4C33: hue angle of 148.75º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1C4C33 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 28 | 76 | 51 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.70 |
| HSL | 148.75º | 0.46% | 0.2% | - |
| HSV(B) | 148.75º | 0.63% | 0.3% | - |
| XYZ | 3.66 | 5.65 | 4.03 | - |
| YUV | 58.8 | 123.6 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 76 | 51 | 0.63 | 0 | 0.33 | 0.70 | 148.75 | 0.46 | 0.2 |
| Hex | 1C | 4C | 33 | 3F | 0 | 21 | 46 | 95 | 2E | 14 |
| Octal | 34 | 114 | 63 | 77 | 0 | 41 | 106 | 225 | 56 | 24 |
| Binary | 11100 | 1001100 | 110011 | 111111 | 0 | 100001 | 1000110 | 10010101 | 101110 | 10100 |
Color Harmonies of #1C4C33
Complementary color
Monochromatic Colors of #1C4C33
Black with #1C4C33
Text Example
Text Example
White with #1C4C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4C33; }
p { color: rgb(28,76,51); }
H1.HeaderClassName
{
color: #1C4C33;
}
.AnyTagClassName
{
color: #1C4C33;
}
</style>
background-color css
<style>
a { background-color: #1C4C33; }
a { background-color: rgb(28,76,51); }
div.DivClassName
{
background-color: #1C4C33;
}
.BgClassName
{
background-color: #1C4C33;
}
</style>
border-color css
<style>
span { border-color: #1C4C33; }
span { border-color: rgb(28,76,51); }
td.TdClassName
{
border-color: #1C4C33;
}
.TagClassName
{
border-color: #1C4C33;
}
</style>