Shades of Gordons Green #1F3321
Tints of Gordons Green #1F3321
RGB
CMYK
RGB Variations
Color information
#1F3321 (or 0x1F3321) is known color: Gordons Green. HEX triplet: 1F, 33 and 21. RGB value is (31,51,33). Sum of RGB (Red+Green+Blue) = 31+51+33=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 51 - color contains mainly: green. Hex color #1F3321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3321 is #E0CCDE. Grayscale: #2B2B2B. Windows color (decimal): -14732511 or 2175775. OLE color: 2175775.
HSL color Cylindrical-coordinate representation of color #1F3321: hue angle of 126º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F3321 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 31 | 51 | 33 | - |
| CMYK | 0.39 | 0 | 0.35 | 0.8 |
| HSL | 126º | 0.24% | 0.16% | - |
| HSV(B) | 126º | 0.39% | 0.2% | - |
| XYZ | 2.02 | 2.77 | 1.87 | - |
| YUV | 42.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 33 | 0.39 | 0 | 0.35 | 0.8 | 126 | 0.24 | 0.16 |
| Hex | 1F | 33 | 21 | 27 | 0 | 23 | 50 | 7E | 18 | 10 |
| Octal | 37 | 63 | 41 | 47 | 0 | 43 | 120 | 176 | 30 | 20 |
| Binary | 11111 | 110011 | 100001 | 100111 | 0 | 100011 | 1010000 | 1111110 | 11000 | 10000 |
Color Harmonies of #1F3321
Complementary color
Monochromatic Colors of #1F3321
Black with #1F3321
Text Example
Text Example
White with #1F3321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3321; }
p { color: rgb(31,51,33); }
H1.HeaderClassName
{
color: #1F3321;
}
.AnyTagClassName
{
color: #1F3321;
}
</style>
background-color css
<style>
a { background-color: #1F3321; }
a { background-color: rgb(31,51,33); }
div.DivClassName
{
background-color: #1F3321;
}
.BgClassName
{
background-color: #1F3321;
}
</style>
border-color css
<style>
span { border-color: #1F3321; }
span { border-color: rgb(31,51,33); }
td.TdClassName
{
border-color: #1F3321;
}
.TagClassName
{
border-color: #1F3321;
}
</style>