Shades of Cardin Green #1D3527
Tints of Cardin Green #1D3527
RGB
CMYK
RGB Variations
Color information
#1D3527 (or 0x1D3527) is known color: Cardin Green. HEX triplet: 1D, 35 and 27. RGB value is (29,53,39). Sum of RGB (Red+Green+Blue) = 29+53+39=121 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.97% from 121); Green value is 53 (21.09% from 255 or 43.80% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 53 - color contains mainly: green. Hex color #1D3527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3527 is #E2CAD8. Grayscale: #2C2C2C. Windows color (decimal): -14863065 or 2569501. OLE color: 2569501.
HSL color Cylindrical-coordinate representation of color #1D3527: hue angle of 145º 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 #1D3527 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 53 | 39 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.79 |
| HSL | 145º | 0.29% | 0.16% | - |
| HSV(B) | 145º | 0.45% | 0.21% | - |
| XYZ | 2.15 | 2.95 | 2.38 | - |
| YUV | 44.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 39 | 0.45 | 0 | 0.26 | 0.79 | 145 | 0.29 | 0.16 |
| Hex | 1D | 35 | 27 | 2D | 0 | 1A | 4F | 91 | 1D | 10 |
| Octal | 35 | 65 | 47 | 55 | 0 | 32 | 117 | 221 | 35 | 20 |
| Binary | 11101 | 110101 | 100111 | 101101 | 0 | 11010 | 1001111 | 10010001 | 11101 | 10000 |
Color Harmonies of #1D3527
Complementary color
Monochromatic Colors of #1D3527
Black with #1D3527
Text Example
Text Example
White with #1D3527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3527; }
p { color: rgb(29,53,39); }
H1.HeaderClassName
{
color: #1D3527;
}
.AnyTagClassName
{
color: #1D3527;
}
</style>
background-color css
<style>
a { background-color: #1D3527; }
a { background-color: rgb(29,53,39); }
div.DivClassName
{
background-color: #1D3527;
}
.BgClassName
{
background-color: #1D3527;
}
</style>
border-color css
<style>
span { border-color: #1D3527; }
span { border-color: rgb(29,53,39); }
td.TdClassName
{
border-color: #1D3527;
}
.TagClassName
{
border-color: #1D3527;
}
</style>