Shades of Gordons Green #1D3D22
Tints of Gordons Green #1D3D22
RGB
CMYK
RGB Variations
Color information
#1D3D22 (or 0x1D3D22) is known color: Gordons Green. HEX triplet: 1D, 3D and 22. RGB value is (29,61,34). Sum of RGB (Red+Green+Blue) = 29+61+34=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 61 (24.22% from 255 or 49.19% from 124); Blue value is 34 (13.67% from 255 or 27.42% from 124); Max value from RGB is 61 - color contains mainly: green. Hex color #1D3D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3D22 is #E2C2DD. Grayscale: #303030. Windows color (decimal): -14861022 or 2243869. OLE color: 2243869.
HSL color Cylindrical-coordinate representation of color #1D3D22: hue angle of 129.38º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D3D22 is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 61 | 34 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.76 |
| HSL | 129.38º | 0.36% | 0.18% | - |
| HSV(B) | 129.38º | 0.52% | 0.24% | - |
| XYZ | 2.46 | 3.71 | 2.1 | - |
| YUV | 48.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 61 | 34 | 0.52 | 0 | 0.44 | 0.76 | 129.38 | 0.36 | 0.18 |
| Hex | 1D | 3D | 22 | 34 | 0 | 2C | 4C | 81 | 24 | 12 |
| Octal | 35 | 75 | 42 | 64 | 0 | 54 | 114 | 201 | 44 | 22 |
| Binary | 11101 | 111101 | 100010 | 110100 | 0 | 101100 | 1001100 | 10000001 | 100100 | 10010 |
Color Harmonies of #1D3D22
Complementary color
Monochromatic Colors of #1D3D22
Black with #1D3D22
Text Example
Text Example
White with #1D3D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3D22; }
p { color: rgb(29,61,34); }
H1.HeaderClassName
{
color: #1D3D22;
}
.AnyTagClassName
{
color: #1D3D22;
}
</style>
background-color css
<style>
a { background-color: #1D3D22; }
a { background-color: rgb(29,61,34); }
div.DivClassName
{
background-color: #1D3D22;
}
.BgClassName
{
background-color: #1D3D22;
}
</style>
border-color css
<style>
span { border-color: #1D3D22; }
span { border-color: rgb(29,61,34); }
td.TdClassName
{
border-color: #1D3D22;
}
.TagClassName
{
border-color: #1D3D22;
}
</style>