Shades of Cardin Green #1D3528
Tints of Cardin Green #1D3528
RGB
CMYK
RGB Variations
Color information
#1D3528 (or 0x1D3528) is known color: Cardin Green. HEX triplet: 1D, 35 and 28. RGB value is (29,53,40). Sum of RGB (Red+Green+Blue) = 29+53+40=122 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.77% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 40 (16.02% from 255 or 32.79% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #1D3528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3528 is #E2CAD7. Grayscale: #2C2C2C. Windows color (decimal): -14863064 or 2635037. OLE color: 2635037.
HSL color Cylindrical-coordinate representation of color #1D3528: hue angle of 147.5º 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 #1D3528 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 53 | 40 | - |
| CMYK | 0.45 | 0 | 0.25 | 0.79 |
| HSL | 147.5º | 0.29% | 0.16% | - |
| HSV(B) | 147.5º | 0.45% | 0.21% | - |
| XYZ | 2.16 | 2.96 | 2.46 | - |
| YUV | 44.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 40 | 0.45 | 0 | 0.25 | 0.79 | 147.5 | 0.29 | 0.16 |
| Hex | 1D | 35 | 28 | 2D | 0 | 19 | 4F | 94 | 1D | 10 |
| Octal | 35 | 65 | 50 | 55 | 0 | 31 | 117 | 224 | 35 | 20 |
| Binary | 11101 | 110101 | 101000 | 101101 | 0 | 11001 | 1001111 | 10010100 | 11101 | 10000 |
Color Harmonies of #1D3528
Complementary color
Monochromatic Colors of #1D3528
Black with #1D3528
Text Example
Text Example
White with #1D3528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3528; }
p { color: rgb(29,53,40); }
H1.HeaderClassName
{
color: #1D3528;
}
.AnyTagClassName
{
color: #1D3528;
}
</style>
background-color css
<style>
a { background-color: #1D3528; }
a { background-color: rgb(29,53,40); }
div.DivClassName
{
background-color: #1D3528;
}
.BgClassName
{
background-color: #1D3528;
}
</style>
border-color css
<style>
span { border-color: #1D3528; }
span { border-color: rgb(29,53,40); }
td.TdClassName
{
border-color: #1D3528;
}
.TagClassName
{
border-color: #1D3528;
}
</style>