Shades of Gordons Green #1D3C22
Tints of Gordons Green #1D3C22
RGB
CMYK
RGB Variations
Color information
#1D3C22 (or 0x1D3C22) is known color: Gordons Green. HEX triplet: 1D, 3C and 22. RGB value is (29,60,34). Sum of RGB (Red+Green+Blue) = 29+60+34=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 60 (23.83% from 255 or 48.78% from 123); Blue value is 34 (13.67% from 255 or 27.64% from 123); Max value from RGB is 60 - color contains mainly: green. Hex color #1D3C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3C22 is #E2C3DD. Grayscale: #2F2F2F. Windows color (decimal): -14861278 or 2243613. OLE color: 2243613.
HSL color Cylindrical-coordinate representation of color #1D3C22: hue angle of 129.68º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D3C22 is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 60 | 34 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.76 |
| HSL | 129.68º | 0.35% | 0.17% | - |
| HSV(B) | 129.68º | 0.52% | 0.24% | - |
| XYZ | 2.41 | 3.61 | 2.08 | - |
| YUV | 47.77 | 120.23 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 60 | 34 | 0.52 | 0 | 0.43 | 0.76 | 129.68 | 0.35 | 0.17 |
| Hex | 1D | 3C | 22 | 34 | 0 | 2B | 4C | 82 | 23 | 11 |
| Octal | 35 | 74 | 42 | 64 | 0 | 53 | 114 | 202 | 43 | 21 |
| Binary | 11101 | 111100 | 100010 | 110100 | 0 | 101011 | 1001100 | 10000010 | 100011 | 10001 |
Color Harmonies of #1D3C22
Complementary color
Monochromatic Colors of #1D3C22
Black with #1D3C22
Text Example
Text Example
White with #1D3C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3C22; }
p { color: rgb(29,60,34); }
H1.HeaderClassName
{
color: #1D3C22;
}
.AnyTagClassName
{
color: #1D3C22;
}
</style>
background-color css
<style>
a { background-color: #1D3C22; }
a { background-color: rgb(29,60,34); }
div.DivClassName
{
background-color: #1D3C22;
}
.BgClassName
{
background-color: #1D3C22;
}
</style>
border-color css
<style>
span { border-color: #1D3C22; }
span { border-color: rgb(29,60,34); }
td.TdClassName
{
border-color: #1D3C22;
}
.TagClassName
{
border-color: #1D3C22;
}
</style>