Shades of Cardin Green #1D2220
Tints of Cardin Green #1D2220
RGB
CMYK
RGB Variations
Color information
#1D2220 (or 0x1D2220) is known color: Cardin Green. HEX triplet: 1D, 22 and 20. RGB value is (29,34,32). Sum of RGB (Red+Green+Blue) = 29+34+32=95 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.53% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 34 - color contains mainly: green. Hex color #1D2220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2220 is #E2DDDF. Grayscale: #202020. Windows color (decimal): -14867936 or 2105885. OLE color: 2105885.
HSL color Cylindrical-coordinate representation of color #1D2220: hue angle of 156º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #1D2220 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
RGB | 29 | 34 | 32 | - |
CMYK | 0.15 | 0 | 0.06 | 0.87 |
HSL | 156º | 0.08% | 0.12% | - |
HSV(B) | 156º | 0.15% | 0.13% | - |
XYZ | 1.34 | 1.51 | 1.59 | - |
YUV | 32.28 | 127.84 | 125.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 29 | 34 | 32 | 0.15 | 0 | 0.06 | 0.87 | 156 | 0.08 | 0.12 |
Hex | 1D | 22 | 20 | F | 0 | 6 | 57 | 9C | 8 | C |
Octal | 35 | 42 | 40 | 17 | 0 | 6 | 127 | 234 | 10 | 14 |
Binary | 11101 | 100010 | 100000 | 1111 | 0 | 110 | 1010111 | 10011100 | 1000 | 1100 |
Color Harmonies of #1D2220
Complementary color
Monochromatic Colors of #1D2220
Black with #1D2220
Text Example
Text Example
White with #1D2220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2220; }
p { color: rgb(29,34,32); }
H1.HeaderClassName
{
color: #1D2220;
}
.AnyTagClassName
{
color: #1D2220;
}
</style>
background-color css
<style>
a { background-color: #1D2220; }
a { background-color: rgb(29,34,32); }
div.DivClassName
{
background-color: #1D2220;
}
.BgClassName
{
background-color: #1D2220;
}
</style>
border-color css
<style>
span { border-color: #1D2220; }
span { border-color: rgb(29,34,32); }
td.TdClassName
{
border-color: #1D2220;
}
.TagClassName
{
border-color: #1D2220;
}
</style>