Shades of Cardin Green #1A3026
Tints of Cardin Green #1A3026
RGB
CMYK
RGB Variations
Color information
#1A3026 (or 0x1A3026) is known color: Cardin Green. HEX triplet: 1A, 30 and 26. RGB value is (26,48,38). Sum of RGB (Red+Green+Blue) = 26+48+38=112 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.21% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 38 (15.23% from 255 or 33.93% from 112); Max value from RGB is 48 - color contains mainly: green. Hex color #1A3026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3026 is #E5CFD9. Grayscale: #282828. Windows color (decimal): -15060954 or 2502682. OLE color: 2502682.
HSL color Cylindrical-coordinate representation of color #1A3026: hue angle of 152.73º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1A3026 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 48 | 38 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.81 |
| HSL | 152.73º | 0.3% | 0.15% | - |
| HSV(B) | 152.73º | 0.46% | 0.19% | - |
| XYZ | 1.83 | 2.47 | 2.21 | - |
| YUV | 40.28 | 126.71 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 48 | 38 | 0.46 | 0 | 0.21 | 0.81 | 152.73 | 0.3 | 0.15 |
| Hex | 1A | 30 | 26 | 2E | 0 | 15 | 51 | 99 | 1E | F |
| Octal | 32 | 60 | 46 | 56 | 0 | 25 | 121 | 231 | 36 | 17 |
| Binary | 11010 | 110000 | 100110 | 101110 | 0 | 10101 | 1010001 | 10011001 | 11110 | 1111 |
Color Harmonies of #1A3026
Complementary color
Monochromatic Colors of #1A3026
Black with #1A3026
Text Example
Text Example
White with #1A3026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3026; }
p { color: rgb(26,48,38); }
H1.HeaderClassName
{
color: #1A3026;
}
.AnyTagClassName
{
color: #1A3026;
}
</style>
background-color css
<style>
a { background-color: #1A3026; }
a { background-color: rgb(26,48,38); }
div.DivClassName
{
background-color: #1A3026;
}
.BgClassName
{
background-color: #1A3026;
}
</style>
border-color css
<style>
span { border-color: #1A3026; }
span { border-color: rgb(26,48,38); }
td.TdClassName
{
border-color: #1A3026;
}
.TagClassName
{
border-color: #1A3026;
}
</style>