Shades of Gordons Green #1F4325
Tints of Gordons Green #1F4325
RGB
CMYK
RGB Variations
Color information
#1F4325 (or 0x1F4325) is known color: Gordons Green. HEX triplet: 1F, 43 and 25. RGB value is (31,67,37). Sum of RGB (Red+Green+Blue) = 31+67+37=135 (17% of max value = 765). Red value is 31 (12.5% from 255 or 22.96% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 37 (14.84% from 255 or 27.41% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #1F4325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4325 is #E0BCDA. Grayscale: #343434. Windows color (decimal): -14728411 or 2442015. OLE color: 2442015.
HSL color Cylindrical-coordinate representation of color #1F4325: hue angle of 130º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F4325 is Cyan = 0.54, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 31 | 67 | 37 | - |
| CMYK | 0.54 | 0 | 0.45 | 0.74 |
| HSL | 130º | 0.37% | 0.19% | - |
| HSV(B) | 130º | 0.54% | 0.26% | - |
| XYZ | 2.91 | 4.44 | 2.45 | - |
| YUV | 52.82 | 119.07 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 37 | 0.54 | 0 | 0.45 | 0.74 | 130 | 0.37 | 0.19 |
| Hex | 1F | 43 | 25 | 36 | 0 | 2D | 4A | 82 | 25 | 13 |
| Octal | 37 | 103 | 45 | 66 | 0 | 55 | 112 | 202 | 45 | 23 |
| Binary | 11111 | 1000011 | 100101 | 110110 | 0 | 101101 | 1001010 | 10000010 | 100101 | 10011 |
Color Harmonies of #1F4325
Complementary color
Monochromatic Colors of #1F4325
Black with #1F4325
Text Example
Text Example
White with #1F4325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4325; }
p { color: rgb(31,67,37); }
H1.HeaderClassName
{
color: #1F4325;
}
.AnyTagClassName
{
color: #1F4325;
}
</style>
background-color css
<style>
a { background-color: #1F4325; }
a { background-color: rgb(31,67,37); }
div.DivClassName
{
background-color: #1F4325;
}
.BgClassName
{
background-color: #1F4325;
}
</style>
border-color css
<style>
span { border-color: #1F4325; }
span { border-color: rgb(31,67,37); }
td.TdClassName
{
border-color: #1F4325;
}
.TagClassName
{
border-color: #1F4325;
}
</style>