Shades of Cardin Green #1C342B
Tints of Cardin Green #1C342B
RGB
CMYK
RGB Variations
Color information
#1C342B (or 0x1C342B) is known color: Cardin Green. HEX triplet: 1C, 34 and 2B. RGB value is (28,52,43). Sum of RGB (Red+Green+Blue) = 28+52+43=123 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.76% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 52 - color contains mainly: green. Hex color #1C342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C342B is #E3CBD4. Grayscale: #2B2B2B. Windows color (decimal): -14928853 or 2831388. OLE color: 2831388.
HSL color Cylindrical-coordinate representation of color #1C342B: hue angle of 157.5º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C342B is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 28 | 52 | 43 | - |
| CMYK | 0.46 | 0 | 0.17 | 0.80 |
| HSL | 157.5º | 0.3% | 0.16% | - |
| HSV(B) | 157.5º | 0.46% | 0.2% | - |
| XYZ | 2.14 | 2.88 | 2.73 | - |
| YUV | 43.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 52 | 43 | 0.46 | 0 | 0.17 | 0.80 | 157.5 | 0.3 | 0.16 |
| Hex | 1C | 34 | 2B | 2E | 0 | 11 | 50 | 9E | 1E | 10 |
| Octal | 34 | 64 | 53 | 56 | 0 | 21 | 120 | 236 | 36 | 20 |
| Binary | 11100 | 110100 | 101011 | 101110 | 0 | 10001 | 1010000 | 10011110 | 11110 | 10000 |
Color Harmonies of #1C342B
Complementary color
Monochromatic Colors of #1C342B
Black with #1C342B
Text Example
Text Example
White with #1C342B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C342B; }
p { color: rgb(28,52,43); }
H1.HeaderClassName
{
color: #1C342B;
}
.AnyTagClassName
{
color: #1C342B;
}
</style>
background-color css
<style>
a { background-color: #1C342B; }
a { background-color: rgb(28,52,43); }
div.DivClassName
{
background-color: #1C342B;
}
.BgClassName
{
background-color: #1C342B;
}
</style>
border-color css
<style>
span { border-color: #1C342B; }
span { border-color: rgb(28,52,43); }
td.TdClassName
{
border-color: #1C342B;
}
.TagClassName
{
border-color: #1C342B;
}
</style>