Shades of Cardin Green #1D2C24
Tints of Cardin Green #1D2C24
RGB
CMYK
RGB Variations
Color information
#1D2C24 (or 0x1D2C24) is known color: Cardin Green. HEX triplet: 1D, 2C and 24. RGB value is (29,44,36). Sum of RGB (Red+Green+Blue) = 29+44+36=109 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.61% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 44 - color contains mainly: green. Hex color #1D2C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2C24 is #E2D3DB. Grayscale: #262626. Windows color (decimal): -14865372 or 2370589. OLE color: 2370589.
HSL color Cylindrical-coordinate representation of color #1D2C24: hue angle of 148º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1D2C24 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 29 | 44 | 36 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.83 |
| HSL | 148º | 0.21% | 0.14% | - |
| HSV(B) | 148º | 0.34% | 0.17% | - |
| XYZ | 1.73 | 2.19 | 2 | - |
| YUV | 38.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 44 | 36 | 0.34 | 0 | 0.18 | 0.83 | 148 | 0.21 | 0.14 |
| Hex | 1D | 2C | 24 | 22 | 0 | 12 | 53 | 94 | 15 | E |
| Octal | 35 | 54 | 44 | 42 | 0 | 22 | 123 | 224 | 25 | 16 |
| Binary | 11101 | 101100 | 100100 | 100010 | 0 | 10010 | 1010011 | 10010100 | 10101 | 1110 |
Color Harmonies of #1D2C24
Complementary color
Monochromatic Colors of #1D2C24
Black with #1D2C24
Text Example
Text Example
White with #1D2C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2C24; }
p { color: rgb(29,44,36); }
H1.HeaderClassName
{
color: #1D2C24;
}
.AnyTagClassName
{
color: #1D2C24;
}
</style>
background-color css
<style>
a { background-color: #1D2C24; }
a { background-color: rgb(29,44,36); }
div.DivClassName
{
background-color: #1D2C24;
}
.BgClassName
{
background-color: #1D2C24;
}
</style>
border-color css
<style>
span { border-color: #1D2C24; }
span { border-color: rgb(29,44,36); }
td.TdClassName
{
border-color: #1D2C24;
}
.TagClassName
{
border-color: #1D2C24;
}
</style>