Shades of Cardin Green #1A3626
Tints of Cardin Green #1A3626
RGB
CMYK
RGB Variations
Color information
#1A3626 (or 0x1A3626) is known color: Cardin Green. HEX triplet: 1A, 36 and 26. RGB value is (26,54,38). Sum of RGB (Red+Green+Blue) = 26+54+38=118 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.03% from 118); Green value is 54 (21.48% from 255 or 45.76% from 118); Blue value is 38 (15.23% from 255 or 32.20% from 118); Max value from RGB is 54 - color contains mainly: green. Hex color #1A3626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3626 is #E5C9D9. Grayscale: #2B2B2B. Windows color (decimal): -15059418 or 2504218. OLE color: 2504218.
HSL color Cylindrical-coordinate representation of color #1A3626: hue angle of 145.71º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1A3626 is Cyan = 0.52, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 54 | 38 | - |
| CMYK | 0.52 | 0 | 0.30 | 0.79 |
| HSL | 145.71º | 0.35% | 0.16% | - |
| HSV(B) | 145.71º | 0.52% | 0.21% | - |
| XYZ | 2.1 | 3 | 2.3 | - |
| YUV | 43.8 | 124.72 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 54 | 38 | 0.52 | 0 | 0.30 | 0.79 | 145.71 | 0.35 | 0.16 |
| Hex | 1A | 36 | 26 | 34 | 0 | 1E | 4F | 92 | 23 | 10 |
| Octal | 32 | 66 | 46 | 64 | 0 | 36 | 117 | 222 | 43 | 20 |
| Binary | 11010 | 110110 | 100110 | 110100 | 0 | 11110 | 1001111 | 10010010 | 100011 | 10000 |
Color Harmonies of #1A3626
Complementary color
Monochromatic Colors of #1A3626
Black with #1A3626
Text Example
Text Example
White with #1A3626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3626; }
p { color: rgb(26,54,38); }
H1.HeaderClassName
{
color: #1A3626;
}
.AnyTagClassName
{
color: #1A3626;
}
</style>
background-color css
<style>
a { background-color: #1A3626; }
a { background-color: rgb(26,54,38); }
div.DivClassName
{
background-color: #1A3626;
}
.BgClassName
{
background-color: #1A3626;
}
</style>
border-color css
<style>
span { border-color: #1A3626; }
span { border-color: rgb(26,54,38); }
td.TdClassName
{
border-color: #1A3626;
}
.TagClassName
{
border-color: #1A3626;
}
</style>