Shades of Cardin Green #1A3224
Tints of Cardin Green #1A3224
RGB
CMYK
RGB Variations
Color information
#1A3224 (or 0x1A3224) is known color: Cardin Green. HEX triplet: 1A, 32 and 24. RGB value is (26,50,36). Sum of RGB (Red+Green+Blue) = 26+50+36=112 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.21% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 36 (14.45% from 255 or 32.14% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #1A3224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3224 is #E5CDDB. Grayscale: #292929. Windows color (decimal): -15060444 or 2372122. OLE color: 2372122.
HSL color Cylindrical-coordinate representation of color #1A3224: hue angle of 145º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1A3224 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 50 | 36 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.80 |
| HSL | 145º | 0.32% | 0.15% | - |
| HSV(B) | 145º | 0.48% | 0.2% | - |
| XYZ | 1.89 | 2.63 | 2.08 | - |
| YUV | 41.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 36 | 0.48 | 0 | 0.28 | 0.80 | 145 | 0.32 | 0.15 |
| Hex | 1A | 32 | 24 | 30 | 0 | 1C | 50 | 91 | 20 | F |
| Octal | 32 | 62 | 44 | 60 | 0 | 34 | 120 | 221 | 40 | 17 |
| Binary | 11010 | 110010 | 100100 | 110000 | 0 | 11100 | 1010000 | 10010001 | 100000 | 1111 |
Color Harmonies of #1A3224
Complementary color
Monochromatic Colors of #1A3224
Black with #1A3224
Text Example
Text Example
White with #1A3224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3224; }
p { color: rgb(26,50,36); }
H1.HeaderClassName
{
color: #1A3224;
}
.AnyTagClassName
{
color: #1A3224;
}
</style>
background-color css
<style>
a { background-color: #1A3224; }
a { background-color: rgb(26,50,36); }
div.DivClassName
{
background-color: #1A3224;
}
.BgClassName
{
background-color: #1A3224;
}
</style>
border-color css
<style>
span { border-color: #1A3224; }
span { border-color: rgb(26,50,36); }
td.TdClassName
{
border-color: #1A3224;
}
.TagClassName
{
border-color: #1A3224;
}
</style>