Shades of Cardin Green #1A2420
Tints of Cardin Green #1A2420
RGB
CMYK
RGB Variations
Color information
#1A2420 (or 0x1A2420) is known color: Cardin Green. HEX triplet: 1A, 24 and 20. RGB value is (26,36,32). Sum of RGB (Red+Green+Blue) = 26+36+32=94 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.66% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 36 - color contains mainly: green. Hex color #1A2420 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2420 is #E5DBDF. Grayscale: #202020. Windows color (decimal): -15064032 or 2106394. OLE color: 2106394.
HSL color Cylindrical-coordinate representation of color #1A2420: hue angle of 156º degrees, saturation: 0.16, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1A2420 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 26 | 36 | 32 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.86 |
| HSL | 156º | 0.16% | 0.12% | - |
| HSV(B) | 156º | 0.28% | 0.14% | - |
| XYZ | 1.32 | 1.59 | 1.6 | - |
| YUV | 32.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 32 | 0.28 | 0 | 0.11 | 0.86 | 156 | 0.16 | 0.12 |
| Hex | 1A | 24 | 20 | 1C | 0 | B | 56 | 9C | 10 | C |
| Octal | 32 | 44 | 40 | 34 | 0 | 13 | 126 | 234 | 20 | 14 |
| Binary | 11010 | 100100 | 100000 | 11100 | 0 | 1011 | 1010110 | 10011100 | 10000 | 1100 |
Color Harmonies of #1A2420
Complementary color
Monochromatic Colors of #1A2420
Black with #1A2420
Text Example
Text Example
White with #1A2420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2420; }
p { color: rgb(26,36,32); }
H1.HeaderClassName
{
color: #1A2420;
}
.AnyTagClassName
{
color: #1A2420;
}
</style>
background-color css
<style>
a { background-color: #1A2420; }
a { background-color: rgb(26,36,32); }
div.DivClassName
{
background-color: #1A2420;
}
.BgClassName
{
background-color: #1A2420;
}
</style>
border-color css
<style>
span { border-color: #1A2420; }
span { border-color: rgb(26,36,32); }
td.TdClassName
{
border-color: #1A2420;
}
.TagClassName
{
border-color: #1A2420;
}
</style>