Shades of Cardin Green #1D3429
Tints of Cardin Green #1D3429
RGB
CMYK
RGB Variations
Color information
#1D3429 (or 0x1D3429) is known color: Cardin Green. HEX triplet: 1D, 34 and 29. RGB value is (29,52,41). Sum of RGB (Red+Green+Blue) = 29+52+41=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 52 - color contains mainly: green. Hex color #1D3429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3429 is #E2CBD6. Grayscale: #2B2B2B. Windows color (decimal): -14863319 or 2700317. OLE color: 2700317.
HSL color Cylindrical-coordinate representation of color #1D3429: hue angle of 151.3º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1D3429 is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 52 | 41 | - |
| CMYK | 0.44 | 0 | 0.21 | 0.80 |
| HSL | 151.3º | 0.28% | 0.16% | - |
| HSV(B) | 151.3º | 0.44% | 0.2% | - |
| XYZ | 2.13 | 2.88 | 2.54 | - |
| YUV | 43.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 41 | 0.44 | 0 | 0.21 | 0.80 | 151.3 | 0.28 | 0.16 |
| Hex | 1D | 34 | 29 | 2C | 0 | 15 | 50 | 97 | 1C | 10 |
| Octal | 35 | 64 | 51 | 54 | 0 | 25 | 120 | 227 | 34 | 20 |
| Binary | 11101 | 110100 | 101001 | 101100 | 0 | 10101 | 1010000 | 10010111 | 11100 | 10000 |
Color Harmonies of #1D3429
Complementary color
Monochromatic Colors of #1D3429
Black with #1D3429
Text Example
Text Example
White with #1D3429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3429; }
p { color: rgb(29,52,41); }
H1.HeaderClassName
{
color: #1D3429;
}
.AnyTagClassName
{
color: #1D3429;
}
</style>
background-color css
<style>
a { background-color: #1D3429; }
a { background-color: rgb(29,52,41); }
div.DivClassName
{
background-color: #1D3429;
}
.BgClassName
{
background-color: #1D3429;
}
</style>
border-color css
<style>
span { border-color: #1D3429; }
span { border-color: rgb(29,52,41); }
td.TdClassName
{
border-color: #1D3429;
}
.TagClassName
{
border-color: #1D3429;
}
</style>