Shades of Cardin Green #1D2F26
Tints of Cardin Green #1D2F26
RGB
CMYK
RGB Variations
Color information
#1D2F26 (or 0x1D2F26) is known color: Cardin Green. HEX triplet: 1D, 2F and 26. RGB value is (29,47,38). Sum of RGB (Red+Green+Blue) = 29+47+38=114 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.44% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 47 - color contains mainly: green. Hex color #1D2F26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2F26 is #E2D0D9. Grayscale: #282828. Windows color (decimal): -14864602 or 2502429. OLE color: 2502429.
HSL color Cylindrical-coordinate representation of color #1D2F26: hue angle of 150º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1D2F26 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 47 | 38 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.82 |
| HSL | 150º | 0.24% | 0.15% | - |
| HSV(B) | 150º | 0.38% | 0.18% | - |
| XYZ | 1.87 | 2.43 | 2.2 | - |
| YUV | 40.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 47 | 38 | 0.38 | 0 | 0.19 | 0.82 | 150 | 0.24 | 0.15 |
| Hex | 1D | 2F | 26 | 26 | 0 | 13 | 52 | 96 | 18 | F |
| Octal | 35 | 57 | 46 | 46 | 0 | 23 | 122 | 226 | 30 | 17 |
| Binary | 11101 | 101111 | 100110 | 100110 | 0 | 10011 | 1010010 | 10010110 | 11000 | 1111 |
Color Harmonies of #1D2F26
Complementary color
Monochromatic Colors of #1D2F26
Black with #1D2F26
Text Example
Text Example
White with #1D2F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2F26; }
p { color: rgb(29,47,38); }
H1.HeaderClassName
{
color: #1D2F26;
}
.AnyTagClassName
{
color: #1D2F26;
}
</style>
background-color css
<style>
a { background-color: #1D2F26; }
a { background-color: rgb(29,47,38); }
div.DivClassName
{
background-color: #1D2F26;
}
.BgClassName
{
background-color: #1D2F26;
}
</style>
border-color css
<style>
span { border-color: #1D2F26; }
span { border-color: rgb(29,47,38); }
td.TdClassName
{
border-color: #1D2F26;
}
.TagClassName
{
border-color: #1D2F26;
}
</style>