Shades of County Green #1F553C
Tints of County Green #1F553C
RGB
CMYK
RGB Variations
Color information
#1F553C (or 0x1F553C) is known color: County Green. HEX triplet: 1F, 55 and 3C. RGB value is (31,85,60). Sum of RGB (Red+Green+Blue) = 31+85+60=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #1F553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F553C is #E0AAC3. Grayscale: #424242. Windows color (decimal): -14723780 or 3953951. OLE color: 3953951.
HSL color Cylindrical-coordinate representation of color #1F553C: hue angle of 152.22º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F553C is Cyan = 0.64, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 85 | 60 | - |
| CMYK | 0.64 | 0 | 0.29 | 0.67 |
| HSL | 152.22º | 0.47% | 0.23% | - |
| HSV(B) | 152.22º | 0.64% | 0.33% | - |
| XYZ | 4.63 | 7.11 | 5.4 | - |
| YUV | 66 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 85 | 60 | 0.64 | 0 | 0.29 | 0.67 | 152.22 | 0.47 | 0.23 |
| Hex | 1F | 55 | 3C | 40 | 0 | 1D | 43 | 98 | 2F | 17 |
| Octal | 37 | 125 | 74 | 100 | 0 | 35 | 103 | 230 | 57 | 27 |
| Binary | 11111 | 1010101 | 111100 | 1000000 | 0 | 11101 | 1000011 | 10011000 | 101111 | 10111 |
Color Harmonies of #1F553C
Complementary color
Monochromatic Colors of #1F553C
Black with #1F553C
Text Example
Text Example
White with #1F553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F553C; }
p { color: rgb(31,85,60); }
H1.HeaderClassName
{
color: #1F553C;
}
.AnyTagClassName
{
color: #1F553C;
}
</style>
background-color css
<style>
a { background-color: #1F553C; }
a { background-color: rgb(31,85,60); }
div.DivClassName
{
background-color: #1F553C;
}
.BgClassName
{
background-color: #1F553C;
}
</style>
border-color css
<style>
span { border-color: #1F553C; }
span { border-color: rgb(31,85,60); }
td.TdClassName
{
border-color: #1F553C;
}
.TagClassName
{
border-color: #1F553C;
}
</style>