Shades of Gordons Green #1F3B24
Tints of Gordons Green #1F3B24
RGB
CMYK
RGB Variations
Color information
#1F3B24 (or 0x1F3B24) is known color: Gordons Green. HEX triplet: 1F, 3B and 24. RGB value is (31,59,36). Sum of RGB (Red+Green+Blue) = 31+59+36=126 (16% of max value = 765). Red value is 31 (12.5% from 255 or 24.60% from 126); Green value is 59 (23.44% from 255 or 46.83% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 59 - color contains mainly: green. Hex color #1F3B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3B24 is #E0C4DB. Grayscale: #303030. Windows color (decimal): -14730460 or 2374431. OLE color: 2374431.
HSL color Cylindrical-coordinate representation of color #1F3B24: hue angle of 130.71º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1F3B24 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 31 | 59 | 36 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.77 |
| HSL | 130.71º | 0.31% | 0.18% | - |
| HSV(B) | 130.71º | 0.47% | 0.23% | - |
| XYZ | 2.45 | 3.55 | 2.22 | - |
| YUV | 48.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 59 | 36 | 0.47 | 0 | 0.39 | 0.77 | 130.71 | 0.31 | 0.18 |
| Hex | 1F | 3B | 24 | 2F | 0 | 27 | 4D | 83 | 1F | 12 |
| Octal | 37 | 73 | 44 | 57 | 0 | 47 | 115 | 203 | 37 | 22 |
| Binary | 11111 | 111011 | 100100 | 101111 | 0 | 100111 | 1001101 | 10000011 | 11111 | 10010 |
Color Harmonies of #1F3B24
Complementary color
Monochromatic Colors of #1F3B24
Black with #1F3B24
Text Example
Text Example
White with #1F3B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3B24; }
p { color: rgb(31,59,36); }
H1.HeaderClassName
{
color: #1F3B24;
}
.AnyTagClassName
{
color: #1F3B24;
}
</style>
background-color css
<style>
a { background-color: #1F3B24; }
a { background-color: rgb(31,59,36); }
div.DivClassName
{
background-color: #1F3B24;
}
.BgClassName
{
background-color: #1F3B24;
}
</style>
border-color css
<style>
span { border-color: #1F3B24; }
span { border-color: rgb(31,59,36); }
td.TdClassName
{
border-color: #1F3B24;
}
.TagClassName
{
border-color: #1F3B24;
}
</style>