Shades of Gordons Green #1F3D25
Tints of Gordons Green #1F3D25
RGB
CMYK
RGB Variations
Color information
#1F3D25 (or 0x1F3D25) is known color: Gordons Green. HEX triplet: 1F, 3D and 25. RGB value is (31,61,37). Sum of RGB (Red+Green+Blue) = 31+61+37=129 (17% of max value = 765). Red value is 31 (12.5% from 255 or 24.03% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 37 (14.84% from 255 or 28.68% from 129); Max value from RGB is 61 - color contains mainly: green. Hex color #1F3D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3D25 is #E0C2DA. Grayscale: #313131. Windows color (decimal): -14729947 or 2440479. OLE color: 2440479.
HSL color Cylindrical-coordinate representation of color #1F3D25: hue angle of 132º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1F3D25 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 31 | 61 | 37 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.76 |
| HSL | 132º | 0.33% | 0.18% | - |
| HSV(B) | 132º | 0.49% | 0.24% | - |
| XYZ | 2.57 | 3.76 | 2.34 | - |
| YUV | 49.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 61 | 37 | 0.49 | 0 | 0.39 | 0.76 | 132 | 0.33 | 0.18 |
| Hex | 1F | 3D | 25 | 31 | 0 | 27 | 4C | 84 | 21 | 12 |
| Octal | 37 | 75 | 45 | 61 | 0 | 47 | 114 | 204 | 41 | 22 |
| Binary | 11111 | 111101 | 100101 | 110001 | 0 | 100111 | 1001100 | 10000100 | 100001 | 10010 |
Color Harmonies of #1F3D25
Complementary color
Monochromatic Colors of #1F3D25
Black with #1F3D25
Text Example
Text Example
White with #1F3D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3D25; }
p { color: rgb(31,61,37); }
H1.HeaderClassName
{
color: #1F3D25;
}
.AnyTagClassName
{
color: #1F3D25;
}
</style>
background-color css
<style>
a { background-color: #1F3D25; }
a { background-color: rgb(31,61,37); }
div.DivClassName
{
background-color: #1F3D25;
}
.BgClassName
{
background-color: #1F3D25;
}
</style>
border-color css
<style>
span { border-color: #1F3D25; }
span { border-color: rgb(31,61,37); }
td.TdClassName
{
border-color: #1F3D25;
}
.TagClassName
{
border-color: #1F3D25;
}
</style>