Shades of Cardin Green #1D352A
Tints of Cardin Green #1D352A
RGB
CMYK
RGB Variations
Color information
#1D352A (or 0x1D352A) is known color: Cardin Green. HEX triplet: 1D, 35 and 2A. RGB value is (29,53,42). Sum of RGB (Red+Green+Blue) = 29+53+42=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 42 (16.80% from 255 or 33.87% from 124); Max value from RGB is 53 - color contains mainly: green. Hex color #1D352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D352A is #E2CAD5. Grayscale: #2C2C2C. Windows color (decimal): -14863062 or 2766109. OLE color: 2766109.
HSL color Cylindrical-coordinate representation of color #1D352A: hue angle of 152.5º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D352A is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 53 | 42 | - |
| CMYK | 0.45 | 0 | 0.21 | 0.79 |
| HSL | 152.5º | 0.29% | 0.16% | - |
| HSV(B) | 152.5º | 0.45% | 0.21% | - |
| XYZ | 2.2 | 2.97 | 2.65 | - |
| YUV | 44.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 42 | 0.45 | 0 | 0.21 | 0.79 | 152.5 | 0.29 | 0.16 |
| Hex | 1D | 35 | 2A | 2D | 0 | 15 | 4F | 98 | 1D | 10 |
| Octal | 35 | 65 | 52 | 55 | 0 | 25 | 117 | 230 | 35 | 20 |
| Binary | 11101 | 110101 | 101010 | 101101 | 0 | 10101 | 1001111 | 10011000 | 11101 | 10000 |
Color Harmonies of #1D352A
Complementary color
Monochromatic Colors of #1D352A
Black with #1D352A
Text Example
Text Example
White with #1D352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D352A; }
p { color: rgb(29,53,42); }
H1.HeaderClassName
{
color: #1D352A;
}
.AnyTagClassName
{
color: #1D352A;
}
</style>
background-color css
<style>
a { background-color: #1D352A; }
a { background-color: rgb(29,53,42); }
div.DivClassName
{
background-color: #1D352A;
}
.BgClassName
{
background-color: #1D352A;
}
</style>
border-color css
<style>
span { border-color: #1D352A; }
span { border-color: rgb(29,53,42); }
td.TdClassName
{
border-color: #1D352A;
}
.TagClassName
{
border-color: #1D352A;
}
</style>