Shades of Cardin Green #1C3627
Tints of Cardin Green #1C3627
RGB
CMYK
RGB Variations
Color information
#1C3627 (or 0x1C3627) is known color: Cardin Green. HEX triplet: 1C, 36 and 27. RGB value is (28,54,39). Sum of RGB (Red+Green+Blue) = 28+54+39=121 (16% of max value = 765). Red value is 28 (11.33% from 255 or 23.14% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 39 (15.62% from 255 or 32.23% from 121); Max value from RGB is 54 - color contains mainly: green. Hex color #1C3627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3627 is #E3C9D8. Grayscale: #2C2C2C. Windows color (decimal): -14928345 or 2569756. OLE color: 2569756.
HSL color Cylindrical-coordinate representation of color #1C3627: hue angle of 145.38º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1C3627 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 28 | 54 | 39 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.79 |
| HSL | 145.38º | 0.32% | 0.16% | - |
| HSV(B) | 145.38º | 0.48% | 0.21% | - |
| XYZ | 2.16 | 3.03 | 2.39 | - |
| YUV | 44.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 54 | 39 | 0.48 | 0 | 0.28 | 0.79 | 145.38 | 0.32 | 0.16 |
| Hex | 1C | 36 | 27 | 30 | 0 | 1C | 4F | 91 | 20 | 10 |
| Octal | 34 | 66 | 47 | 60 | 0 | 34 | 117 | 221 | 40 | 20 |
| Binary | 11100 | 110110 | 100111 | 110000 | 0 | 11100 | 1001111 | 10010001 | 100000 | 10000 |
Color Harmonies of #1C3627
Complementary color
Monochromatic Colors of #1C3627
Black with #1C3627
Text Example
Text Example
White with #1C3627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3627; }
p { color: rgb(28,54,39); }
H1.HeaderClassName
{
color: #1C3627;
}
.AnyTagClassName
{
color: #1C3627;
}
</style>
background-color css
<style>
a { background-color: #1C3627; }
a { background-color: rgb(28,54,39); }
div.DivClassName
{
background-color: #1C3627;
}
.BgClassName
{
background-color: #1C3627;
}
</style>
border-color css
<style>
span { border-color: #1C3627; }
span { border-color: rgb(28,54,39); }
td.TdClassName
{
border-color: #1C3627;
}
.TagClassName
{
border-color: #1C3627;
}
</style>