Shades of Cardin Green #1D2823
Tints of Cardin Green #1D2823
RGB
CMYK
RGB Variations
Color information
#1D2823 (or 0x1D2823) is known color: Cardin Green. HEX triplet: 1D, 28 and 23. RGB value is (29,40,35). Sum of RGB (Red+Green+Blue) = 29+40+35=104 (13% of max value = 765). Red value is 29 (11.72% from 255 or 27.88% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 40 - color contains mainly: green. Hex color #1D2823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2823 is #E2D7DC. Grayscale: #242424. Windows color (decimal): -14866397 or 2304029. OLE color: 2304029.
HSL color Cylindrical-coordinate representation of color #1D2823: hue angle of 152.73º degrees, saturation: 0.16, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1D2823 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 40 | 35 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.84 |
| HSL | 152.73º | 0.16% | 0.14% | - |
| HSV(B) | 152.73º | 0.28% | 0.16% | - |
| XYZ | 1.57 | 1.9 | 1.87 | - |
| YUV | 36.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 40 | 35 | 0.28 | 0 | 0.12 | 0.84 | 152.73 | 0.16 | 0.14 |
| Hex | 1D | 28 | 23 | 1C | 0 | C | 54 | 99 | 10 | E |
| Octal | 35 | 50 | 43 | 34 | 0 | 14 | 124 | 231 | 20 | 16 |
| Binary | 11101 | 101000 | 100011 | 11100 | 0 | 1100 | 1010100 | 10011001 | 10000 | 1110 |
Color Harmonies of #1D2823
Complementary color
Monochromatic Colors of #1D2823
Black with #1D2823
Text Example
Text Example
White with #1D2823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2823; }
p { color: rgb(29,40,35); }
H1.HeaderClassName
{
color: #1D2823;
}
.AnyTagClassName
{
color: #1D2823;
}
</style>
background-color css
<style>
a { background-color: #1D2823; }
a { background-color: rgb(29,40,35); }
div.DivClassName
{
background-color: #1D2823;
}
.BgClassName
{
background-color: #1D2823;
}
</style>
border-color css
<style>
span { border-color: #1D2823; }
span { border-color: rgb(29,40,35); }
td.TdClassName
{
border-color: #1D2823;
}
.TagClassName
{
border-color: #1D2823;
}
</style>