Shades of Cardin Green #1D352B
Tints of Cardin Green #1D352B
RGB
CMYK
RGB Variations
Color information
#1D352B (or 0x1D352B) is known color: Cardin Green. HEX triplet: 1D, 35 and 2B. RGB value is (29,53,43). Sum of RGB (Red+Green+Blue) = 29+53+43=125 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.2% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #1D352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D352B is #E2CAD4. Grayscale: #2C2C2C. Windows color (decimal): -14863061 or 2831645. OLE color: 2831645.
HSL color Cylindrical-coordinate representation of color #1D352B: hue angle of 155º 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 #1D352B is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 53 | 43 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.79 |
| HSL | 155º | 0.29% | 0.16% | - |
| HSV(B) | 155º | 0.45% | 0.21% | - |
| XYZ | 2.22 | 2.98 | 2.74 | - |
| YUV | 44.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 43 | 0.45 | 0 | 0.19 | 0.79 | 155 | 0.29 | 0.16 |
| Hex | 1D | 35 | 2B | 2D | 0 | 13 | 4F | 9B | 1D | 10 |
| Octal | 35 | 65 | 53 | 55 | 0 | 23 | 117 | 233 | 35 | 20 |
| Binary | 11101 | 110101 | 101011 | 101101 | 0 | 10011 | 1001111 | 10011011 | 11101 | 10000 |
Color Harmonies of #1D352B
Complementary color
Monochromatic Colors of #1D352B
Black with #1D352B
Text Example
Text Example
White with #1D352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D352B; }
p { color: rgb(29,53,43); }
H1.HeaderClassName
{
color: #1D352B;
}
.AnyTagClassName
{
color: #1D352B;
}
</style>
background-color css
<style>
a { background-color: #1D352B; }
a { background-color: rgb(29,53,43); }
div.DivClassName
{
background-color: #1D352B;
}
.BgClassName
{
background-color: #1D352B;
}
</style>
border-color css
<style>
span { border-color: #1D352B; }
span { border-color: rgb(29,53,43); }
td.TdClassName
{
border-color: #1D352B;
}
.TagClassName
{
border-color: #1D352B;
}
</style>