Shades of Cardin Green #1A3326
Tints of Cardin Green #1A3326
RGB
CMYK
RGB Variations
Color information
#1A3326 (or 0x1A3326) is known color: Cardin Green. HEX triplet: 1A, 33 and 26. RGB value is (26,51,38). Sum of RGB (Red+Green+Blue) = 26+51+38=115 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.61% from 115); Green value is 51 (20.31% from 255 or 44.35% from 115); Blue value is 38 (15.23% from 255 or 33.04% from 115); Max value from RGB is 51 - color contains mainly: green. Hex color #1A3326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3326 is #E5CCD9. Grayscale: #2A2A2A. Windows color (decimal): -15060186 or 2503450. OLE color: 2503450.
HSL color Cylindrical-coordinate representation of color #1A3326: hue angle of 148.8º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1A3326 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 26 | 51 | 38 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.8 |
| HSL | 148.8º | 0.32% | 0.15% | - |
| HSV(B) | 148.8º | 0.49% | 0.2% | - |
| XYZ | 1.96 | 2.73 | 2.26 | - |
| YUV | 42.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 51 | 38 | 0.49 | 0 | 0.25 | 0.8 | 148.8 | 0.32 | 0.15 |
| Hex | 1A | 33 | 26 | 31 | 0 | 19 | 50 | 95 | 20 | F |
| Octal | 32 | 63 | 46 | 61 | 0 | 31 | 120 | 225 | 40 | 17 |
| Binary | 11010 | 110011 | 100110 | 110001 | 0 | 11001 | 1010000 | 10010101 | 100000 | 1111 |
Color Harmonies of #1A3326
Complementary color
Monochromatic Colors of #1A3326
Black with #1A3326
Text Example
Text Example
White with #1A3326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3326; }
p { color: rgb(26,51,38); }
H1.HeaderClassName
{
color: #1A3326;
}
.AnyTagClassName
{
color: #1A3326;
}
</style>
background-color css
<style>
a { background-color: #1A3326; }
a { background-color: rgb(26,51,38); }
div.DivClassName
{
background-color: #1A3326;
}
.BgClassName
{
background-color: #1A3326;
}
</style>
border-color css
<style>
span { border-color: #1A3326; }
span { border-color: rgb(26,51,38); }
td.TdClassName
{
border-color: #1A3326;
}
.TagClassName
{
border-color: #1A3326;
}
</style>