Shades of Cardin Green #1C362B
Tints of Cardin Green #1C362B
RGB
CMYK
RGB Variations
Color information
#1C362B (or 0x1C362B) is known color: Cardin Green. HEX triplet: 1C, 36 and 2B. RGB value is (28,54,43). Sum of RGB (Red+Green+Blue) = 28+54+43=125 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.4% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 43 (17.19% from 255 or 34.4% from 125); Max value from RGB is 54 - color contains mainly: green. Hex color #1C362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C362B is #E3C9D4. Grayscale: #2C2C2C. Windows color (decimal): -14928341 or 2831900. OLE color: 2831900.
HSL color Cylindrical-coordinate representation of color #1C362B: hue angle of 154.62º 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 #1C362B is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 28 | 54 | 43 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.79 |
| HSL | 154.62º | 0.32% | 0.16% | - |
| HSV(B) | 154.62º | 0.48% | 0.21% | - |
| XYZ | 2.23 | 3.06 | 2.76 | - |
| YUV | 44.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 54 | 43 | 0.48 | 0 | 0.20 | 0.79 | 154.62 | 0.32 | 0.16 |
| Hex | 1C | 36 | 2B | 30 | 0 | 14 | 4F | 9B | 20 | 10 |
| Octal | 34 | 66 | 53 | 60 | 0 | 24 | 117 | 233 | 40 | 20 |
| Binary | 11100 | 110110 | 101011 | 110000 | 0 | 10100 | 1001111 | 10011011 | 100000 | 10000 |
Color Harmonies of #1C362B
Complementary color
Monochromatic Colors of #1C362B
Black with #1C362B
Text Example
Text Example
White with #1C362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C362B; }
p { color: rgb(28,54,43); }
H1.HeaderClassName
{
color: #1C362B;
}
.AnyTagClassName
{
color: #1C362B;
}
</style>
background-color css
<style>
a { background-color: #1C362B; }
a { background-color: rgb(28,54,43); }
div.DivClassName
{
background-color: #1C362B;
}
.BgClassName
{
background-color: #1C362B;
}
</style>
border-color css
<style>
span { border-color: #1C362B; }
span { border-color: rgb(28,54,43); }
td.TdClassName
{
border-color: #1C362B;
}
.TagClassName
{
border-color: #1C362B;
}
</style>