Shades of County Green #1F543B
Tints of County Green #1F543B
RGB
CMYK
RGB Variations
Color information
#1F543B (or 0x1F543B) is known color: County Green. HEX triplet: 1F, 54 and 3B. RGB value is (31,84,59). Sum of RGB (Red+Green+Blue) = 31+84+59=174 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.82% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #1F543B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F543B is #E0ABC4. Grayscale: #414141. Windows color (decimal): -14724037 or 3888159. OLE color: 3888159.
HSL color Cylindrical-coordinate representation of color #1F543B: hue angle of 151.7º 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 #1F543B is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 84 | 59 | - |
| CMYK | 0.63 | 0 | 0.30 | 0.67 |
| HSL | 151.7º | 0.46% | 0.23% | - |
| HSV(B) | 151.7º | 0.63% | 0.33% | - |
| XYZ | 4.52 | 6.95 | 5.24 | - |
| YUV | 65.3 | 124.44 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 84 | 59 | 0.63 | 0 | 0.30 | 0.67 | 151.7 | 0.46 | 0.23 |
| Hex | 1F | 54 | 3B | 3F | 0 | 1E | 43 | 98 | 2E | 17 |
| Octal | 37 | 124 | 73 | 77 | 0 | 36 | 103 | 230 | 56 | 27 |
| Binary | 11111 | 1010100 | 111011 | 111111 | 0 | 11110 | 1000011 | 10011000 | 101110 | 10111 |
Color Harmonies of #1F543B
Complementary color
Monochromatic Colors of #1F543B
Black with #1F543B
Text Example
Text Example
White with #1F543B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F543B; }
p { color: rgb(31,84,59); }
H1.HeaderClassName
{
color: #1F543B;
}
.AnyTagClassName
{
color: #1F543B;
}
</style>
background-color css
<style>
a { background-color: #1F543B; }
a { background-color: rgb(31,84,59); }
div.DivClassName
{
background-color: #1F543B;
}
.BgClassName
{
background-color: #1F543B;
}
</style>
border-color css
<style>
span { border-color: #1F543B; }
span { border-color: rgb(31,84,59); }
td.TdClassName
{
border-color: #1F543B;
}
.TagClassName
{
border-color: #1F543B;
}
</style>