Shades of Cardin Green #1A3528
Tints of Cardin Green #1A3528
RGB
CMYK
RGB Variations
Color information
#1A3528 (or 0x1A3528) is known color: Cardin Green. HEX triplet: 1A, 35 and 28. RGB value is (26,53,40). Sum of RGB (Red+Green+Blue) = 26+53+40=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 53 - color contains mainly: green. Hex color #1A3528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3528 is #E5CAD7. Grayscale: #2B2B2B. Windows color (decimal): -15059672 or 2635034. OLE color: 2635034.
HSL color Cylindrical-coordinate representation of color #1A3528: hue angle of 151.11º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1A3528 is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 53 | 40 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.79 |
| HSL | 151.11º | 0.34% | 0.15% | - |
| HSV(B) | 151.11º | 0.51% | 0.21% | - |
| XYZ | 2.08 | 2.92 | 2.46 | - |
| YUV | 43.45 | 126.05 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 40 | 0.51 | 0 | 0.25 | 0.79 | 151.11 | 0.34 | 0.15 |
| Hex | 1A | 35 | 28 | 33 | 0 | 19 | 4F | 97 | 22 | F |
| Octal | 32 | 65 | 50 | 63 | 0 | 31 | 117 | 227 | 42 | 17 |
| Binary | 11010 | 110101 | 101000 | 110011 | 0 | 11001 | 1001111 | 10010111 | 100010 | 1111 |
Color Harmonies of #1A3528
Complementary color
Monochromatic Colors of #1A3528
Black with #1A3528
Text Example
Text Example
White with #1A3528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3528; }
p { color: rgb(26,53,40); }
H1.HeaderClassName
{
color: #1A3528;
}
.AnyTagClassName
{
color: #1A3528;
}
</style>
background-color css
<style>
a { background-color: #1A3528; }
a { background-color: rgb(26,53,40); }
div.DivClassName
{
background-color: #1A3528;
}
.BgClassName
{
background-color: #1A3528;
}
</style>
border-color css
<style>
span { border-color: #1A3528; }
span { border-color: rgb(26,53,40); }
td.TdClassName
{
border-color: #1A3528;
}
.TagClassName
{
border-color: #1A3528;
}
</style>