Shades of Cardin Green #1A3128
Tints of Cardin Green #1A3128
RGB
CMYK
RGB Variations
Color information
#1A3128 (or 0x1A3128) is known color: Cardin Green. HEX triplet: 1A, 31 and 28. RGB value is (26,49,40). Sum of RGB (Red+Green+Blue) = 26+49+40=115 (15% of max value = 765). Red value is 26 (10.55% from 255 or 22.61% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 40 (16.02% from 255 or 34.78% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #1A3128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3128 is #E5CED7. Grayscale: #292929. Windows color (decimal): -15060696 or 2634010. OLE color: 2634010.
HSL color Cylindrical-coordinate representation of color #1A3128: hue angle of 156.52º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1A3128 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 49 | 40 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.81 |
| HSL | 156.52º | 0.31% | 0.15% | - |
| HSV(B) | 156.52º | 0.47% | 0.19% | - |
| XYZ | 1.91 | 2.57 | 2.4 | - |
| YUV | 41.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 49 | 40 | 0.47 | 0 | 0.18 | 0.81 | 156.52 | 0.31 | 0.15 |
| Hex | 1A | 31 | 28 | 2F | 0 | 12 | 51 | 9D | 1F | F |
| Octal | 32 | 61 | 50 | 57 | 0 | 22 | 121 | 235 | 37 | 17 |
| Binary | 11010 | 110001 | 101000 | 101111 | 0 | 10010 | 1010001 | 10011101 | 11111 | 1111 |
Color Harmonies of #1A3128
Complementary color
Monochromatic Colors of #1A3128
Black with #1A3128
Text Example
Text Example
White with #1A3128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3128; }
p { color: rgb(26,49,40); }
H1.HeaderClassName
{
color: #1A3128;
}
.AnyTagClassName
{
color: #1A3128;
}
</style>
background-color css
<style>
a { background-color: #1A3128; }
a { background-color: rgb(26,49,40); }
div.DivClassName
{
background-color: #1A3128;
}
.BgClassName
{
background-color: #1A3128;
}
</style>
border-color css
<style>
span { border-color: #1A3128; }
span { border-color: rgb(26,49,40); }
td.TdClassName
{
border-color: #1A3128;
}
.TagClassName
{
border-color: #1A3128;
}
</style>