Shades of Cardin Green #1C3829
Tints of Cardin Green #1C3829
RGB
CMYK
RGB Variations
Color information
#1C3829 (or 0x1C3829) is known color: Cardin Green. HEX triplet: 1C, 38 and 29. RGB value is (28,56,41). Sum of RGB (Red+Green+Blue) = 28+56+41=125 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.4% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 56 - color contains mainly: green. Hex color #1C3829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3829 is #E3C7D6. Grayscale: #2D2D2D. Windows color (decimal): -14927831 or 2701340. OLE color: 2701340.
HSL color Cylindrical-coordinate representation of color #1C3829: hue angle of 147.86º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1C3829 is Cyan = 0.50, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 56 | 41 | - |
| CMYK | 0.50 | 0 | 0.27 | 0.78 |
| HSL | 147.86º | 0.33% | 0.16% | - |
| HSV(B) | 147.86º | 0.5% | 0.22% | - |
| XYZ | 2.29 | 3.24 | 2.6 | - |
| YUV | 45.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 56 | 41 | 0.50 | 0 | 0.27 | 0.78 | 147.86 | 0.33 | 0.16 |
| Hex | 1C | 38 | 29 | 32 | 0 | 1B | 4E | 94 | 21 | 10 |
| Octal | 34 | 70 | 51 | 62 | 0 | 33 | 116 | 224 | 41 | 20 |
| Binary | 11100 | 111000 | 101001 | 110010 | 0 | 11011 | 1001110 | 10010100 | 100001 | 10000 |
Color Harmonies of #1C3829
Complementary color
Monochromatic Colors of #1C3829
Black with #1C3829
Text Example
Text Example
White with #1C3829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3829; }
p { color: rgb(28,56,41); }
H1.HeaderClassName
{
color: #1C3829;
}
.AnyTagClassName
{
color: #1C3829;
}
</style>
background-color css
<style>
a { background-color: #1C3829; }
a { background-color: rgb(28,56,41); }
div.DivClassName
{
background-color: #1C3829;
}
.BgClassName
{
background-color: #1C3829;
}
</style>
border-color css
<style>
span { border-color: #1C3829; }
span { border-color: rgb(28,56,41); }
td.TdClassName
{
border-color: #1C3829;
}
.TagClassName
{
border-color: #1C3829;
}
</style>