Shades of Cardin Green #1D3129
Tints of Cardin Green #1D3129
RGB
CMYK
RGB Variations
Color information
#1D3129 (or 0x1D3129) is known color: Cardin Green. HEX triplet: 1D, 31 and 29. RGB value is (29,49,41). Sum of RGB (Red+Green+Blue) = 29+49+41=119 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.37% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 49 - color contains mainly: green. Hex color #1D3129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3129 is #E2CED6. Grayscale: #2A2A2A. Windows color (decimal): -14864087 or 2699549. OLE color: 2699549.
HSL color Cylindrical-coordinate representation of color #1D3129: hue angle of 156º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D3129 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 49 | 41 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.81 |
| HSL | 156º | 0.26% | 0.15% | - |
| HSV(B) | 156º | 0.41% | 0.19% | - |
| XYZ | 2.01 | 2.62 | 2.5 | - |
| YUV | 42.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 41 | 0.41 | 0 | 0.16 | 0.81 | 156 | 0.26 | 0.15 |
| Hex | 1D | 31 | 29 | 29 | 0 | 10 | 51 | 9C | 1A | F |
| Octal | 35 | 61 | 51 | 51 | 0 | 20 | 121 | 234 | 32 | 17 |
| Binary | 11101 | 110001 | 101001 | 101001 | 0 | 10000 | 1010001 | 10011100 | 11010 | 1111 |
Color Harmonies of #1D3129
Complementary color
Monochromatic Colors of #1D3129
Black with #1D3129
Text Example
Text Example
White with #1D3129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3129; }
p { color: rgb(29,49,41); }
H1.HeaderClassName
{
color: #1D3129;
}
.AnyTagClassName
{
color: #1D3129;
}
</style>
background-color css
<style>
a { background-color: #1D3129; }
a { background-color: rgb(29,49,41); }
div.DivClassName
{
background-color: #1D3129;
}
.BgClassName
{
background-color: #1D3129;
}
</style>
border-color css
<style>
span { border-color: #1D3129; }
span { border-color: rgb(29,49,41); }
td.TdClassName
{
border-color: #1D3129;
}
.TagClassName
{
border-color: #1D3129;
}
</style>