Shades of Gordons Green #1F3721
Tints of Gordons Green #1F3721
RGB
CMYK
RGB Variations
Color information
#1F3721 (or 0x1F3721) is known color: Gordons Green. HEX triplet: 1F, 37 and 21. RGB value is (31,55,33). Sum of RGB (Red+Green+Blue) = 31+55+33=119 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.05% from 119); Green value is 55 (21.88% from 255 or 46.22% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 55 - color contains mainly: green. Hex color #1F3721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3721 is #E0C8DE. Grayscale: #2D2D2D. Windows color (decimal): -14731487 or 2176799. OLE color: 2176799.
HSL color Cylindrical-coordinate representation of color #1F3721: hue angle of 125º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1F3721 is Cyan = 0.44, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 55 | 33 | - |
| CMYK | 0.44 | 0 | 0.4 | 0.78 |
| HSL | 125º | 0.28% | 0.17% | - |
| HSV(B) | 125º | 0.44% | 0.22% | - |
| XYZ | 2.21 | 3.13 | 1.93 | - |
| YUV | 45.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 55 | 33 | 0.44 | 0 | 0.4 | 0.78 | 125 | 0.28 | 0.17 |
| Hex | 1F | 37 | 21 | 2C | 0 | 28 | 4E | 7D | 1C | 11 |
| Octal | 37 | 67 | 41 | 54 | 0 | 50 | 116 | 175 | 34 | 21 |
| Binary | 11111 | 110111 | 100001 | 101100 | 0 | 101000 | 1001110 | 1111101 | 11100 | 10001 |
Color Harmonies of #1F3721
Complementary color
Monochromatic Colors of #1F3721
Black with #1F3721
Text Example
Text Example
White with #1F3721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3721; }
p { color: rgb(31,55,33); }
H1.HeaderClassName
{
color: #1F3721;
}
.AnyTagClassName
{
color: #1F3721;
}
</style>
background-color css
<style>
a { background-color: #1F3721; }
a { background-color: rgb(31,55,33); }
div.DivClassName
{
background-color: #1F3721;
}
.BgClassName
{
background-color: #1F3721;
}
</style>
border-color css
<style>
span { border-color: #1F3721; }
span { border-color: rgb(31,55,33); }
td.TdClassName
{
border-color: #1F3721;
}
.TagClassName
{
border-color: #1F3721;
}
</style>