Shades of County Green #1F533A
Tints of County Green #1F533A
RGB
CMYK
RGB Variations
Color information
#1F533A (or 0x1F533A) is known color: County Green. HEX triplet: 1F, 53 and 3A. RGB value is (31,83,58). Sum of RGB (Red+Green+Blue) = 31+83+58=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #1F533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F533A is #E0ACC5. Grayscale: #404040. Windows color (decimal): -14724294 or 3822367. OLE color: 3822367.
HSL color Cylindrical-coordinate representation of color #1F533A: hue angle of 151.15º 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 #1F533A is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 58 | - |
| CMYK | 0.63 | 0 | 0.30 | 0.67 |
| HSL | 151.15º | 0.46% | 0.22% | - |
| HSV(B) | 151.15º | 0.63% | 0.33% | - |
| XYZ | 4.42 | 6.78 | 5.08 | - |
| YUV | 64.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 58 | 0.63 | 0 | 0.30 | 0.67 | 151.15 | 0.46 | 0.22 |
| Hex | 1F | 53 | 3A | 3F | 0 | 1E | 43 | 97 | 2E | 16 |
| Octal | 37 | 123 | 72 | 77 | 0 | 36 | 103 | 227 | 56 | 26 |
| Binary | 11111 | 1010011 | 111010 | 111111 | 0 | 11110 | 1000011 | 10010111 | 101110 | 10110 |
Color Harmonies of #1F533A
Complementary color
Monochromatic Colors of #1F533A
Black with #1F533A
Text Example
Text Example
White with #1F533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F533A; }
p { color: rgb(31,83,58); }
H1.HeaderClassName
{
color: #1F533A;
}
.AnyTagClassName
{
color: #1F533A;
}
</style>
background-color css
<style>
a { background-color: #1F533A; }
a { background-color: rgb(31,83,58); }
div.DivClassName
{
background-color: #1F533A;
}
.BgClassName
{
background-color: #1F533A;
}
</style>
border-color css
<style>
span { border-color: #1F533A; }
span { border-color: rgb(31,83,58); }
td.TdClassName
{
border-color: #1F533A;
}
.TagClassName
{
border-color: #1F533A;
}
</style>