Shades of Cardin Green #1D3228
Tints of Cardin Green #1D3228
RGB
CMYK
RGB Variations
Color information
#1D3228 (or 0x1D3228) is known color: Cardin Green. HEX triplet: 1D, 32 and 28. RGB value is (29,50,40). Sum of RGB (Red+Green+Blue) = 29+50+40=119 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.37% from 119); Green value is 50 (19.92% from 255 or 42.02% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 50 - color contains mainly: green. Hex color #1D3228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3228 is #E2CDD7. Grayscale: #2A2A2A. Windows color (decimal): -14863832 or 2634269. OLE color: 2634269.
HSL color Cylindrical-coordinate representation of color #1D3228: hue angle of 151.43º 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 #1D3228 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 50 | 40 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.80 |
| HSL | 151.43º | 0.27% | 0.15% | - |
| HSV(B) | 151.43º | 0.42% | 0.2% | - |
| XYZ | 2.03 | 2.7 | 2.42 | - |
| YUV | 42.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 50 | 40 | 0.42 | 0 | 0.20 | 0.80 | 151.43 | 0.27 | 0.15 |
| Hex | 1D | 32 | 28 | 2A | 0 | 14 | 50 | 97 | 1B | F |
| Octal | 35 | 62 | 50 | 52 | 0 | 24 | 120 | 227 | 33 | 17 |
| Binary | 11101 | 110010 | 101000 | 101010 | 0 | 10100 | 1010000 | 10010111 | 11011 | 1111 |
Color Harmonies of #1D3228
Complementary color
Monochromatic Colors of #1D3228
Black with #1D3228
Text Example
Text Example
White with #1D3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3228; }
p { color: rgb(29,50,40); }
H1.HeaderClassName
{
color: #1D3228;
}
.AnyTagClassName
{
color: #1D3228;
}
</style>
background-color css
<style>
a { background-color: #1D3228; }
a { background-color: rgb(29,50,40); }
div.DivClassName
{
background-color: #1D3228;
}
.BgClassName
{
background-color: #1D3228;
}
</style>
border-color css
<style>
span { border-color: #1D3228; }
span { border-color: rgb(29,50,40); }
td.TdClassName
{
border-color: #1D3228;
}
.TagClassName
{
border-color: #1D3228;
}
</style>