Shades of Cardin Green #1A3A29
Tints of Cardin Green #1A3A29
RGB
CMYK
RGB Variations
Color information
#1A3A29 (or 0x1A3A29) is known color: Cardin Green. HEX triplet: 1A, 3A and 29. RGB value is (26,58,41). Sum of RGB (Red+Green+Blue) = 26+58+41=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 58 (23.05% from 255 or 46.4% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 58 - color contains mainly: green. Hex color #1A3A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3A29 is #E5C5D6. Grayscale: #2E2E2E. Windows color (decimal): -15058391 or 2701850. OLE color: 2701850.
HSL color Cylindrical-coordinate representation of color #1A3A29: hue angle of 148.12º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A3A29 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 58 | 41 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.77 |
| HSL | 148.13º | 0.38% | 0.16% | - |
| HSV(B) | 148.13º | 0.55% | 0.23% | - |
| XYZ | 2.34 | 3.41 | 2.63 | - |
| YUV | 46.49 | 124.9 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 58 | 41 | 0.55 | 0 | 0.29 | 0.77 | 148.13 | 0.38 | 0.16 |
| Hex | 1A | 3A | 29 | 37 | 0 | 1D | 4D | 94 | 26 | 10 |
| Octal | 32 | 72 | 51 | 67 | 0 | 35 | 115 | 224 | 46 | 20 |
| Binary | 11010 | 111010 | 101001 | 110111 | 0 | 11101 | 1001101 | 10010100 | 100110 | 10000 |
Color Harmonies of #1A3A29
Complementary color
Monochromatic Colors of #1A3A29
Black with #1A3A29
Text Example
Text Example
White with #1A3A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3A29; }
p { color: rgb(26,58,41); }
H1.HeaderClassName
{
color: #1A3A29;
}
.AnyTagClassName
{
color: #1A3A29;
}
</style>
background-color css
<style>
a { background-color: #1A3A29; }
a { background-color: rgb(26,58,41); }
div.DivClassName
{
background-color: #1A3A29;
}
.BgClassName
{
background-color: #1A3A29;
}
</style>
border-color css
<style>
span { border-color: #1A3A29; }
span { border-color: rgb(26,58,41); }
td.TdClassName
{
border-color: #1A3A29;
}
.TagClassName
{
border-color: #1A3A29;
}
</style>