Shades of Cardin Green #1A2E26
Tints of Cardin Green #1A2E26
RGB
CMYK
RGB Variations
Color information
#1A2E26 (or 0x1A2E26) is known color: Cardin Green. HEX triplet: 1A, 2E and 26. RGB value is (26,46,38). Sum of RGB (Red+Green+Blue) = 26+46+38=110 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.64% from 110); Green value is 46 (18.36% from 255 or 41.82% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 46 - color contains mainly: green. Hex color #1A2E26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2E26 is #E5D1D9. Grayscale: #272727. Windows color (decimal): -15061466 or 2502170. OLE color: 2502170.
HSL color Cylindrical-coordinate representation of color #1A2E26: hue angle of 156º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1A2E26 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 26 | 46 | 38 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.82 |
| HSL | 156º | 0.28% | 0.14% | - |
| HSV(B) | 156º | 0.43% | 0.18% | - |
| XYZ | 1.75 | 2.31 | 2.19 | - |
| YUV | 39.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 38 | 0.43 | 0 | 0.17 | 0.82 | 156 | 0.28 | 0.14 |
| Hex | 1A | 2E | 26 | 2B | 0 | 11 | 52 | 9C | 1C | E |
| Octal | 32 | 56 | 46 | 53 | 0 | 21 | 122 | 234 | 34 | 16 |
| Binary | 11010 | 101110 | 100110 | 101011 | 0 | 10001 | 1010010 | 10011100 | 11100 | 1110 |
Color Harmonies of #1A2E26
Complementary color
Monochromatic Colors of #1A2E26
Black with #1A2E26
Text Example
Text Example
White with #1A2E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2E26; }
p { color: rgb(26,46,38); }
H1.HeaderClassName
{
color: #1A2E26;
}
.AnyTagClassName
{
color: #1A2E26;
}
</style>
background-color css
<style>
a { background-color: #1A2E26; }
a { background-color: rgb(26,46,38); }
div.DivClassName
{
background-color: #1A2E26;
}
.BgClassName
{
background-color: #1A2E26;
}
</style>
border-color css
<style>
span { border-color: #1A2E26; }
span { border-color: rgb(26,46,38); }
td.TdClassName
{
border-color: #1A2E26;
}
.TagClassName
{
border-color: #1A2E26;
}
</style>