Shades of Gordons Green #1D3F22
Tints of Gordons Green #1D3F22
RGB
CMYK
RGB Variations
Color information
#1D3F22 (or 0x1D3F22) is known color: Gordons Green. HEX triplet: 1D, 3F and 22. RGB value is (29,63,34). Sum of RGB (Red+Green+Blue) = 29+63+34=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 63 (25% from 255 or 50% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 63 - color contains mainly: green. Hex color #1D3F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3F22 is #E2C0DD. Grayscale: #313131. Windows color (decimal): -14860510 or 2244381. OLE color: 2244381.
HSL color Cylindrical-coordinate representation of color #1D3F22: hue angle of 128.82º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1D3F22 is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 29 | 63 | 34 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.75 |
| HSL | 128.82º | 0.37% | 0.18% | - |
| HSV(B) | 128.82º | 0.54% | 0.25% | - |
| XYZ | 2.57 | 3.93 | 2.14 | - |
| YUV | 49.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 63 | 34 | 0.54 | 0 | 0.46 | 0.75 | 128.82 | 0.37 | 0.18 |
| Hex | 1D | 3F | 22 | 36 | 0 | 2E | 4B | 81 | 25 | 12 |
| Octal | 35 | 77 | 42 | 66 | 0 | 56 | 113 | 201 | 45 | 22 |
| Binary | 11101 | 111111 | 100010 | 110110 | 0 | 101110 | 1001011 | 10000001 | 100101 | 10010 |
Color Harmonies of #1D3F22
Complementary color
Monochromatic Colors of #1D3F22
Black with #1D3F22
Text Example
Text Example
White with #1D3F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3F22; }
p { color: rgb(29,63,34); }
H1.HeaderClassName
{
color: #1D3F22;
}
.AnyTagClassName
{
color: #1D3F22;
}
</style>
background-color css
<style>
a { background-color: #1D3F22; }
a { background-color: rgb(29,63,34); }
div.DivClassName
{
background-color: #1D3F22;
}
.BgClassName
{
background-color: #1D3F22;
}
</style>
border-color css
<style>
span { border-color: #1D3F22; }
span { border-color: rgb(29,63,34); }
td.TdClassName
{
border-color: #1D3F22;
}
.TagClassName
{
border-color: #1D3F22;
}
</style>