Shades of Cardin Green #1D3428
Tints of Cardin Green #1D3428
RGB
CMYK
RGB Variations
Color information
#1D3428 (or 0x1D3428) is known color: Cardin Green. HEX triplet: 1D, 34 and 28. RGB value is (29,52,40). Sum of RGB (Red+Green+Blue) = 29+52+40=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #1D3428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3428 is #E2CBD7. Grayscale: #2B2B2B. Windows color (decimal): -14863320 or 2634781. OLE color: 2634781.
HSL color Cylindrical-coordinate representation of color #1D3428: hue angle of 148.7º 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 #1D3428 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 52 | 40 | - |
| CMYK | 0.44 | 0 | 0.23 | 0.80 |
| HSL | 148.7º | 0.28% | 0.16% | - |
| HSV(B) | 148.7º | 0.44% | 0.2% | - |
| XYZ | 2.12 | 2.87 | 2.45 | - |
| YUV | 43.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 40 | 0.44 | 0 | 0.23 | 0.80 | 148.7 | 0.28 | 0.16 |
| Hex | 1D | 34 | 28 | 2C | 0 | 17 | 50 | 95 | 1C | 10 |
| Octal | 35 | 64 | 50 | 54 | 0 | 27 | 120 | 225 | 34 | 20 |
| Binary | 11101 | 110100 | 101000 | 101100 | 0 | 10111 | 1010000 | 10010101 | 11100 | 10000 |
Color Harmonies of #1D3428
Complementary color
Monochromatic Colors of #1D3428
Black with #1D3428
Text Example
Text Example
White with #1D3428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3428; }
p { color: rgb(29,52,40); }
H1.HeaderClassName
{
color: #1D3428;
}
.AnyTagClassName
{
color: #1D3428;
}
</style>
background-color css
<style>
a { background-color: #1D3428; }
a { background-color: rgb(29,52,40); }
div.DivClassName
{
background-color: #1D3428;
}
.BgClassName
{
background-color: #1D3428;
}
</style>
border-color css
<style>
span { border-color: #1D3428; }
span { border-color: rgb(29,52,40); }
td.TdClassName
{
border-color: #1D3428;
}
.TagClassName
{
border-color: #1D3428;
}
</style>