Shades of Cardin Green #1D3529
Tints of Cardin Green #1D3529
RGB
CMYK
RGB Variations
Color information
#1D3529 (or 0x1D3529) is known color: Cardin Green. HEX triplet: 1D, 35 and 29. RGB value is (29,53,41). Sum of RGB (Red+Green+Blue) = 29+53+41=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 53 - color contains mainly: green. Hex color #1D3529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3529 is #E2CAD6. Grayscale: #2C2C2C. Windows color (decimal): -14863063 or 2700573. OLE color: 2700573.
HSL color Cylindrical-coordinate representation of color #1D3529: hue angle of 150º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D3529 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 53 | 41 | - |
| CMYK | 0.45 | 0 | 0.23 | 0.79 |
| HSL | 150º | 0.29% | 0.16% | - |
| HSV(B) | 150º | 0.45% | 0.21% | - |
| XYZ | 2.18 | 2.97 | 2.56 | - |
| YUV | 44.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 41 | 0.45 | 0 | 0.23 | 0.79 | 150 | 0.29 | 0.16 |
| Hex | 1D | 35 | 29 | 2D | 0 | 17 | 4F | 96 | 1D | 10 |
| Octal | 35 | 65 | 51 | 55 | 0 | 27 | 117 | 226 | 35 | 20 |
| Binary | 11101 | 110101 | 101001 | 101101 | 0 | 10111 | 1001111 | 10010110 | 11101 | 10000 |
Color Harmonies of #1D3529
Complementary color
Monochromatic Colors of #1D3529
Black with #1D3529
Text Example
Text Example
White with #1D3529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3529; }
p { color: rgb(29,53,41); }
H1.HeaderClassName
{
color: #1D3529;
}
.AnyTagClassName
{
color: #1D3529;
}
</style>
background-color css
<style>
a { background-color: #1D3529; }
a { background-color: rgb(29,53,41); }
div.DivClassName
{
background-color: #1D3529;
}
.BgClassName
{
background-color: #1D3529;
}
</style>
border-color css
<style>
span { border-color: #1D3529; }
span { border-color: rgb(29,53,41); }
td.TdClassName
{
border-color: #1D3529;
}
.TagClassName
{
border-color: #1D3529;
}
</style>