Shades of Gordons Green #1F3622
Tints of Gordons Green #1F3622
RGB
CMYK
RGB Variations
Color information
#1F3622 (or 0x1F3622) is known color: Gordons Green. HEX triplet: 1F, 36 and 22. RGB value is (31,54,34). Sum of RGB (Red+Green+Blue) = 31+54+34=119 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.05% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 54 - color contains mainly: green. Hex color #1F3622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3622 is #E0C9DD. Grayscale: #2C2C2C. Windows color (decimal): -14731742 or 2242079. OLE color: 2242079.
HSL color Cylindrical-coordinate representation of color #1F3622: hue angle of 127.83º degrees, saturation: 0.27, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1F3622 is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 31 | 54 | 34 | - |
| CMYK | 0.43 | 0 | 0.37 | 0.79 |
| HSL | 127.83º | 0.27% | 0.17% | - |
| HSV(B) | 127.83º | 0.43% | 0.21% | - |
| XYZ | 2.17 | 3.05 | 1.99 | - |
| YUV | 44.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 34 | 0.43 | 0 | 0.37 | 0.79 | 127.83 | 0.27 | 0.17 |
| Hex | 1F | 36 | 22 | 2B | 0 | 25 | 4F | 80 | 1B | 11 |
| Octal | 37 | 66 | 42 | 53 | 0 | 45 | 117 | 200 | 33 | 21 |
| Binary | 11111 | 110110 | 100010 | 101011 | 0 | 100101 | 1001111 | 10000000 | 11011 | 10001 |
Color Harmonies of #1F3622
Complementary color
Monochromatic Colors of #1F3622
Black with #1F3622
Text Example
Text Example
White with #1F3622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3622; }
p { color: rgb(31,54,34); }
H1.HeaderClassName
{
color: #1F3622;
}
.AnyTagClassName
{
color: #1F3622;
}
</style>
background-color css
<style>
a { background-color: #1F3622; }
a { background-color: rgb(31,54,34); }
div.DivClassName
{
background-color: #1F3622;
}
.BgClassName
{
background-color: #1F3622;
}
</style>
border-color css
<style>
span { border-color: #1F3622; }
span { border-color: rgb(31,54,34); }
td.TdClassName
{
border-color: #1F3622;
}
.TagClassName
{
border-color: #1F3622;
}
</style>