Shades of County Green #1F533D
Tints of County Green #1F533D
RGB
CMYK
RGB Variations
Color information
#1F533D (or 0x1F533D) is known color: County Green. HEX triplet: 1F, 53 and 3D. RGB value is (31,83,61). Sum of RGB (Red+Green+Blue) = 31+83+61=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 61 (24.22% from 255 or 34.86% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #1F533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F533D is #E0ACC2. Grayscale: #404040. Windows color (decimal): -14724291 or 4018975. OLE color: 4018975.
HSL color Cylindrical-coordinate representation of color #1F533D: hue angle of 154.62º 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 #1F533D is Cyan = 0.63, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 31 | 83 | 61 | - |
| CMYK | 0.63 | 0 | 0.27 | 0.67 |
| HSL | 154.62º | 0.46% | 0.22% | - |
| HSV(B) | 154.62º | 0.63% | 0.33% | - |
| XYZ | 4.5 | 6.81 | 5.49 | - |
| YUV | 64.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 83 | 61 | 0.63 | 0 | 0.27 | 0.67 | 154.62 | 0.46 | 0.22 |
| Hex | 1F | 53 | 3D | 3F | 0 | 1B | 43 | 9B | 2E | 16 |
| Octal | 37 | 123 | 75 | 77 | 0 | 33 | 103 | 233 | 56 | 26 |
| Binary | 11111 | 1010011 | 111101 | 111111 | 0 | 11011 | 1000011 | 10011011 | 101110 | 10110 |
Color Harmonies of #1F533D
Complementary color
Monochromatic Colors of #1F533D
Black with #1F533D
Text Example
Text Example
White with #1F533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F533D; }
p { color: rgb(31,83,61); }
H1.HeaderClassName
{
color: #1F533D;
}
.AnyTagClassName
{
color: #1F533D;
}
</style>
background-color css
<style>
a { background-color: #1F533D; }
a { background-color: rgb(31,83,61); }
div.DivClassName
{
background-color: #1F533D;
}
.BgClassName
{
background-color: #1F533D;
}
</style>
border-color css
<style>
span { border-color: #1F533D; }
span { border-color: rgb(31,83,61); }
td.TdClassName
{
border-color: #1F533D;
}
.TagClassName
{
border-color: #1F533D;
}
</style>