Shades of County Green #1F523E
Tints of County Green #1F523E
RGB
CMYK
RGB Variations
Color information
#1F523E (or 0x1F523E) is known color: County Green. HEX triplet: 1F, 52 and 3E. RGB value is (31,82,62). Sum of RGB (Red+Green+Blue) = 31+82+62=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 62 (24.61% from 255 or 35.43% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #1F523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F523E is #E0ADC1. Grayscale: #404040. Windows color (decimal): -14724546 or 4084255. OLE color: 4084255.
HSL color Cylindrical-coordinate representation of color #1F523E: hue angle of 156.47º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F523E is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 82 | 62 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.68 |
| HSL | 156.47º | 0.45% | 0.22% | - |
| HSV(B) | 156.47º | 0.62% | 0.32% | - |
| XYZ | 4.45 | 6.67 | 5.61 | - |
| YUV | 64.47 | 126.6 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 82 | 62 | 0.62 | 0 | 0.24 | 0.68 | 156.47 | 0.45 | 0.22 |
| Hex | 1F | 52 | 3E | 3E | 0 | 18 | 44 | 9C | 2D | 16 |
| Octal | 37 | 122 | 76 | 76 | 0 | 30 | 104 | 234 | 55 | 26 |
| Binary | 11111 | 1010010 | 111110 | 111110 | 0 | 11000 | 1000100 | 10011100 | 101101 | 10110 |
Color Harmonies of #1F523E
Complementary color
Monochromatic Colors of #1F523E
Black with #1F523E
Text Example
Text Example
White with #1F523E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F523E; }
p { color: rgb(31,82,62); }
H1.HeaderClassName
{
color: #1F523E;
}
.AnyTagClassName
{
color: #1F523E;
}
</style>
background-color css
<style>
a { background-color: #1F523E; }
a { background-color: rgb(31,82,62); }
div.DivClassName
{
background-color: #1F523E;
}
.BgClassName
{
background-color: #1F523E;
}
</style>
border-color css
<style>
span { border-color: #1F523E; }
span { border-color: rgb(31,82,62); }
td.TdClassName
{
border-color: #1F523E;
}
.TagClassName
{
border-color: #1F523E;
}
</style>