Shades of Gordons Green #1D3B22
Tints of Gordons Green #1D3B22
RGB
CMYK
RGB Variations
Color information
#1D3B22 (or 0x1D3B22) is known color: Gordons Green. HEX triplet: 1D, 3B and 22. RGB value is (29,59,34). Sum of RGB (Red+Green+Blue) = 29+59+34=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 59 (23.44% from 255 or 48.36% from 122); Blue value is 34 (13.67% from 255 or 27.87% from 122); Max value from RGB is 59 - color contains mainly: green. Hex color #1D3B22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3B22 is #E2C4DD. Grayscale: #2F2F2F. Windows color (decimal): -14861534 or 2243357. OLE color: 2243357.
HSL color Cylindrical-coordinate representation of color #1D3B22: hue angle of 130º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1D3B22 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 29 | 59 | 34 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.77 |
| HSL | 130º | 0.34% | 0.17% | - |
| HSV(B) | 130º | 0.51% | 0.23% | - |
| XYZ | 2.36 | 3.5 | 2.07 | - |
| YUV | 47.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 59 | 34 | 0.51 | 0 | 0.42 | 0.77 | 130 | 0.34 | 0.17 |
| Hex | 1D | 3B | 22 | 33 | 0 | 2A | 4D | 82 | 22 | 11 |
| Octal | 35 | 73 | 42 | 63 | 0 | 52 | 115 | 202 | 42 | 21 |
| Binary | 11101 | 111011 | 100010 | 110011 | 0 | 101010 | 1001101 | 10000010 | 100010 | 10001 |
Color Harmonies of #1D3B22
Complementary color
Monochromatic Colors of #1D3B22
Black with #1D3B22
Text Example
Text Example
White with #1D3B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3B22; }
p { color: rgb(29,59,34); }
H1.HeaderClassName
{
color: #1D3B22;
}
.AnyTagClassName
{
color: #1D3B22;
}
</style>
background-color css
<style>
a { background-color: #1D3B22; }
a { background-color: rgb(29,59,34); }
div.DivClassName
{
background-color: #1D3B22;
}
.BgClassName
{
background-color: #1D3B22;
}
</style>
border-color css
<style>
span { border-color: #1D3B22; }
span { border-color: rgb(29,59,34); }
td.TdClassName
{
border-color: #1D3B22;
}
.TagClassName
{
border-color: #1D3B22;
}
</style>