Shades of Cardin Green #1D3026
Tints of Cardin Green #1D3026
RGB
CMYK
RGB Variations
Color information
#1D3026 (or 0x1D3026) is known color: Cardin Green. HEX triplet: 1D, 30 and 26. RGB value is (29,48,38). Sum of RGB (Red+Green+Blue) = 29+48+38=115 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.22% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 48 - color contains mainly: green. Hex color #1D3026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3026 is #E2CFD9. Grayscale: #292929. Windows color (decimal): -14864346 or 2502685. OLE color: 2502685.
HSL color Cylindrical-coordinate representation of color #1D3026: hue angle of 148.42º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D3026 is Cyan = 0.40, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 48 | 38 | - |
| CMYK | 0.40 | 0 | 0.21 | 0.81 |
| HSL | 148.42º | 0.25% | 0.15% | - |
| HSV(B) | 148.42º | 0.4% | 0.19% | - |
| XYZ | 1.91 | 2.52 | 2.22 | - |
| YUV | 41.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 48 | 38 | 0.40 | 0 | 0.21 | 0.81 | 148.42 | 0.25 | 0.15 |
| Hex | 1D | 30 | 26 | 28 | 0 | 15 | 51 | 94 | 19 | F |
| Octal | 35 | 60 | 46 | 50 | 0 | 25 | 121 | 224 | 31 | 17 |
| Binary | 11101 | 110000 | 100110 | 101000 | 0 | 10101 | 1010001 | 10010100 | 11001 | 1111 |
Color Harmonies of #1D3026
Complementary color
Monochromatic Colors of #1D3026
Black with #1D3026
Text Example
Text Example
White with #1D3026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3026; }
p { color: rgb(29,48,38); }
H1.HeaderClassName
{
color: #1D3026;
}
.AnyTagClassName
{
color: #1D3026;
}
</style>
background-color css
<style>
a { background-color: #1D3026; }
a { background-color: rgb(29,48,38); }
div.DivClassName
{
background-color: #1D3026;
}
.BgClassName
{
background-color: #1D3026;
}
</style>
border-color css
<style>
span { border-color: #1D3026; }
span { border-color: rgb(29,48,38); }
td.TdClassName
{
border-color: #1D3026;
}
.TagClassName
{
border-color: #1D3026;
}
</style>