Shades of Cardin Green #1D3126
Tints of Cardin Green #1D3126
RGB
CMYK
RGB Variations
Color information
#1D3126 (or 0x1D3126) is known color: Cardin Green. HEX triplet: 1D, 31 and 26. RGB value is (29,49,38). Sum of RGB (Red+Green+Blue) = 29+49+38=116 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 38 (15.23% from 255 or 32.76% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #1D3126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3126 is #E2CED9. Grayscale: #292929. Windows color (decimal): -14864090 or 2502941. OLE color: 2502941.
HSL color Cylindrical-coordinate representation of color #1D3126: hue angle of 147º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D3126 is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 49 | 38 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.81 |
| HSL | 147º | 0.26% | 0.15% | - |
| HSV(B) | 147º | 0.41% | 0.19% | - |
| XYZ | 1.95 | 2.6 | 2.23 | - |
| YUV | 41.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 38 | 0.41 | 0 | 0.22 | 0.81 | 147 | 0.26 | 0.15 |
| Hex | 1D | 31 | 26 | 29 | 0 | 16 | 51 | 93 | 1A | F |
| Octal | 35 | 61 | 46 | 51 | 0 | 26 | 121 | 223 | 32 | 17 |
| Binary | 11101 | 110001 | 100110 | 101001 | 0 | 10110 | 1010001 | 10010011 | 11010 | 1111 |
Color Harmonies of #1D3126
Complementary color
Monochromatic Colors of #1D3126
Black with #1D3126
Text Example
Text Example
White with #1D3126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3126; }
p { color: rgb(29,49,38); }
H1.HeaderClassName
{
color: #1D3126;
}
.AnyTagClassName
{
color: #1D3126;
}
</style>
background-color css
<style>
a { background-color: #1D3126; }
a { background-color: rgb(29,49,38); }
div.DivClassName
{
background-color: #1D3126;
}
.BgClassName
{
background-color: #1D3126;
}
</style>
border-color css
<style>
span { border-color: #1D3126; }
span { border-color: rgb(29,49,38); }
td.TdClassName
{
border-color: #1D3126;
}
.TagClassName
{
border-color: #1D3126;
}
</style>