Shades of Gordons Green #1D3A21
Tints of Gordons Green #1D3A21
RGB
CMYK
RGB Variations
Color information
#1D3A21 (or 0x1D3A21) is known color: Gordons Green. HEX triplet: 1D, 3A and 21. RGB value is (29,58,33). Sum of RGB (Red+Green+Blue) = 29+58+33=120 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.17% from 120); Green value is 58 (23.05% from 255 or 48.33% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 58 - color contains mainly: green. Hex color #1D3A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3A21 is #E2C5DE. Grayscale: #2E2E2E. Windows color (decimal): -14861791 or 2177565. OLE color: 2177565.
HSL color Cylindrical-coordinate representation of color #1D3A21: hue angle of 128.28º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1D3A21 is Cyan = 0.5, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 29 | 58 | 33 | - |
| CMYK | 0.5 | 0 | 0.43 | 0.77 |
| HSL | 128.28º | 0.33% | 0.17% | - |
| HSV(B) | 128.28º | 0.5% | 0.23% | - |
| XYZ | 2.29 | 3.4 | 1.97 | - |
| YUV | 46.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 58 | 33 | 0.5 | 0 | 0.43 | 0.77 | 128.28 | 0.33 | 0.17 |
| Hex | 1D | 3A | 21 | 32 | 0 | 2B | 4D | 80 | 21 | 11 |
| Octal | 35 | 72 | 41 | 62 | 0 | 53 | 115 | 200 | 41 | 21 |
| Binary | 11101 | 111010 | 100001 | 110010 | 0 | 101011 | 1001101 | 10000000 | 100001 | 10001 |
Color Harmonies of #1D3A21
Complementary color
Monochromatic Colors of #1D3A21
Black with #1D3A21
Text Example
Text Example
White with #1D3A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3A21; }
p { color: rgb(29,58,33); }
H1.HeaderClassName
{
color: #1D3A21;
}
.AnyTagClassName
{
color: #1D3A21;
}
</style>
background-color css
<style>
a { background-color: #1D3A21; }
a { background-color: rgb(29,58,33); }
div.DivClassName
{
background-color: #1D3A21;
}
.BgClassName
{
background-color: #1D3A21;
}
</style>
border-color css
<style>
span { border-color: #1D3A21; }
span { border-color: rgb(29,58,33); }
td.TdClassName
{
border-color: #1D3A21;
}
.TagClassName
{
border-color: #1D3A21;
}
</style>