Shades of County Green #1F533E
Tints of County Green #1F533E
RGB
CMYK
RGB Variations
Color information
#1F533E (or 0x1F533E) is known color: County Green. HEX triplet: 1F, 53 and 3E. RGB value is (31,83,62). Sum of RGB (Red+Green+Blue) = 31+83+62=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #1F533E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F533E is #E0ACC1. Grayscale: #414141. Windows color (decimal): -14724290 or 4084511. OLE color: 4084511.
HSL color Cylindrical-coordinate representation of color #1F533E: hue angle of 155.77º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1F533E is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 62 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.67 |
| HSL | 155.77º | 0.46% | 0.22% | - |
| HSV(B) | 155.77º | 0.63% | 0.33% | - |
| XYZ | 4.53 | 6.83 | 5.64 | - |
| YUV | 65.06 | 126.27 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 62 | 0.63 | 0 | 0.25 | 0.67 | 155.77 | 0.46 | 0.22 |
| Hex | 1F | 53 | 3E | 3F | 0 | 19 | 43 | 9C | 2E | 16 |
| Octal | 37 | 123 | 76 | 77 | 0 | 31 | 103 | 234 | 56 | 26 |
| Binary | 11111 | 1010011 | 111110 | 111111 | 0 | 11001 | 1000011 | 10011100 | 101110 | 10110 |
Color Harmonies of #1F533E
Complementary color
Monochromatic Colors of #1F533E
Black with #1F533E
Text Example
Text Example
White with #1F533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F533E; }
p { color: rgb(31,83,62); }
H1.HeaderClassName
{
color: #1F533E;
}
.AnyTagClassName
{
color: #1F533E;
}
</style>
background-color css
<style>
a { background-color: #1F533E; }
a { background-color: rgb(31,83,62); }
div.DivClassName
{
background-color: #1F533E;
}
.BgClassName
{
background-color: #1F533E;
}
</style>
border-color css
<style>
span { border-color: #1F533E; }
span { border-color: rgb(31,83,62); }
td.TdClassName
{
border-color: #1F533E;
}
.TagClassName
{
border-color: #1F533E;
}
</style>