Shades of Cardin Green #1D3127
Tints of Cardin Green #1D3127
RGB
CMYK
RGB Variations
Color information
#1D3127 (or 0x1D3127) is known color: Cardin Green. HEX triplet: 1D, 31 and 27. RGB value is (29,49,39). Sum of RGB (Red+Green+Blue) = 29+49+39=117 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.79% from 117); Green value is 49 (19.53% from 255 or 41.88% from 117); Blue value is 39 (15.62% from 255 or 33.33% from 117); Max value from RGB is 49 - color contains mainly: green. Hex color #1D3127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3127 is #E2CED8. Grayscale: #292929. Windows color (decimal): -14864089 or 2568477. OLE color: 2568477.
HSL color Cylindrical-coordinate representation of color #1D3127: hue angle of 150º 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 #1D3127 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 49 | 39 | - |
| CMYK | 0.41 | 0 | 0.20 | 0.81 |
| HSL | 150º | 0.26% | 0.15% | - |
| HSV(B) | 150º | 0.41% | 0.19% | - |
| XYZ | 1.97 | 2.6 | 2.32 | - |
| YUV | 41.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 39 | 0.41 | 0 | 0.20 | 0.81 | 150 | 0.26 | 0.15 |
| Hex | 1D | 31 | 27 | 29 | 0 | 14 | 51 | 96 | 1A | F |
| Octal | 35 | 61 | 47 | 51 | 0 | 24 | 121 | 226 | 32 | 17 |
| Binary | 11101 | 110001 | 100111 | 101001 | 0 | 10100 | 1010001 | 10010110 | 11010 | 1111 |
Color Harmonies of #1D3127
Complementary color
Monochromatic Colors of #1D3127
Black with #1D3127
Text Example
Text Example
White with #1D3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3127; }
p { color: rgb(29,49,39); }
H1.HeaderClassName
{
color: #1D3127;
}
.AnyTagClassName
{
color: #1D3127;
}
</style>
background-color css
<style>
a { background-color: #1D3127; }
a { background-color: rgb(29,49,39); }
div.DivClassName
{
background-color: #1D3127;
}
.BgClassName
{
background-color: #1D3127;
}
</style>
border-color css
<style>
span { border-color: #1D3127; }
span { border-color: rgb(29,49,39); }
td.TdClassName
{
border-color: #1D3127;
}
.TagClassName
{
border-color: #1D3127;
}
</style>