Shades of Cardin Green #1D3226
Tints of Cardin Green #1D3226
RGB
CMYK
RGB Variations
Color information
#1D3226 (or 0x1D3226) is known color: Cardin Green. HEX triplet: 1D, 32 and 26. RGB value is (29,50,38). Sum of RGB (Red+Green+Blue) = 29+50+38=117 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.79% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 50 - color contains mainly: green. Hex color #1D3226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3226 is #E2CDD9. Grayscale: #2A2A2A. Windows color (decimal): -14863834 or 2503197. OLE color: 2503197.
HSL color Cylindrical-coordinate representation of color #1D3226: hue angle of 145.71º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1D3226 is Cyan = 0.42, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 50 | 38 | - |
| CMYK | 0.42 | 0 | 0.24 | 0.80 |
| HSL | 145.71º | 0.27% | 0.15% | - |
| HSV(B) | 145.71º | 0.42% | 0.2% | - |
| XYZ | 2 | 2.68 | 2.25 | - |
| YUV | 42.35 | 125.54 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 38 | 0.42 | 0 | 0.24 | 0.80 | 145.71 | 0.27 | 0.15 |
| Hex | 1D | 32 | 26 | 2A | 0 | 18 | 50 | 92 | 1B | F |
| Octal | 35 | 62 | 46 | 52 | 0 | 30 | 120 | 222 | 33 | 17 |
| Binary | 11101 | 110010 | 100110 | 101010 | 0 | 11000 | 1010000 | 10010010 | 11011 | 1111 |
Color Harmonies of #1D3226
Complementary color
Monochromatic Colors of #1D3226
Black with #1D3226
Text Example
Text Example
White with #1D3226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3226; }
p { color: rgb(29,50,38); }
H1.HeaderClassName
{
color: #1D3226;
}
.AnyTagClassName
{
color: #1D3226;
}
</style>
background-color css
<style>
a { background-color: #1D3226; }
a { background-color: rgb(29,50,38); }
div.DivClassName
{
background-color: #1D3226;
}
.BgClassName
{
background-color: #1D3226;
}
</style>
border-color css
<style>
span { border-color: #1D3226; }
span { border-color: rgb(29,50,38); }
td.TdClassName
{
border-color: #1D3226;
}
.TagClassName
{
border-color: #1D3226;
}
</style>