Shades of County Green #1F543C
Tints of County Green #1F543C
RGB
CMYK
RGB Variations
Color information
#1F543C (or 0x1F543C) is known color: County Green. HEX triplet: 1F, 54 and 3C. RGB value is (31,84,60). Sum of RGB (Red+Green+Blue) = 31+84+60=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 60 (23.83% from 255 or 34.29% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #1F543C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F543C is #E0ABC3. Grayscale: #414141. Windows color (decimal): -14724036 or 3953695. OLE color: 3953695.
HSL color Cylindrical-coordinate representation of color #1F543C: hue angle of 152.83º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F543C is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 84 | 60 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.67 |
| HSL | 152.83º | 0.46% | 0.23% | - |
| HSV(B) | 152.83º | 0.63% | 0.33% | - |
| XYZ | 4.55 | 6.96 | 5.38 | - |
| YUV | 65.42 | 124.94 | 103.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 60 | 0.63 | 0 | 0.29 | 0.67 | 152.83 | 0.46 | 0.23 |
| Hex | 1F | 54 | 3C | 3F | 0 | 1D | 43 | 99 | 2E | 17 |
| Octal | 37 | 124 | 74 | 77 | 0 | 35 | 103 | 231 | 56 | 27 |
| Binary | 11111 | 1010100 | 111100 | 111111 | 0 | 11101 | 1000011 | 10011001 | 101110 | 10111 |
Color Harmonies of #1F543C
Complementary color
Monochromatic Colors of #1F543C
Black with #1F543C
Text Example
Text Example
White with #1F543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F543C; }
p { color: rgb(31,84,60); }
H1.HeaderClassName
{
color: #1F543C;
}
.AnyTagClassName
{
color: #1F543C;
}
</style>
background-color css
<style>
a { background-color: #1F543C; }
a { background-color: rgb(31,84,60); }
div.DivClassName
{
background-color: #1F543C;
}
.BgClassName
{
background-color: #1F543C;
}
</style>
border-color css
<style>
span { border-color: #1F543C; }
span { border-color: rgb(31,84,60); }
td.TdClassName
{
border-color: #1F543C;
}
.TagClassName
{
border-color: #1F543C;
}
</style>