Shades of Cardin Green #1A352B
Tints of Cardin Green #1A352B
RGB
CMYK
RGB Variations
Color information
#1A352B (or 0x1A352B) is known color: Cardin Green. HEX triplet: 1A, 35 and 2B. RGB value is (26,53,43). Sum of RGB (Red+Green+Blue) = 26+53+43=122 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.31% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 53 - color contains mainly: green. Hex color #1A352B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A352B is #E5CAD4. Grayscale: #2B2B2B. Windows color (decimal): -15059669 or 2831642. OLE color: 2831642.
HSL color Cylindrical-coordinate representation of color #1A352B: hue angle of 157.78º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1A352B is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 53 | 43 | - |
| CMYK | 0.51 | 0 | 0.19 | 0.79 |
| HSL | 157.78º | 0.34% | 0.15% | - |
| HSV(B) | 157.78º | 0.51% | 0.21% | - |
| XYZ | 2.14 | 2.94 | 2.74 | - |
| YUV | 43.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 53 | 43 | 0.51 | 0 | 0.19 | 0.79 | 157.78 | 0.34 | 0.15 |
| Hex | 1A | 35 | 2B | 33 | 0 | 13 | 4F | 9E | 22 | F |
| Octal | 32 | 65 | 53 | 63 | 0 | 23 | 117 | 236 | 42 | 17 |
| Binary | 11010 | 110101 | 101011 | 110011 | 0 | 10011 | 1001111 | 10011110 | 100010 | 1111 |
Color Harmonies of #1A352B
Complementary color
Monochromatic Colors of #1A352B
Black with #1A352B
Text Example
Text Example
White with #1A352B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A352B; }
p { color: rgb(26,53,43); }
H1.HeaderClassName
{
color: #1A352B;
}
.AnyTagClassName
{
color: #1A352B;
}
</style>
background-color css
<style>
a { background-color: #1A352B; }
a { background-color: rgb(26,53,43); }
div.DivClassName
{
background-color: #1A352B;
}
.BgClassName
{
background-color: #1A352B;
}
</style>
border-color css
<style>
span { border-color: #1A352B; }
span { border-color: rgb(26,53,43); }
td.TdClassName
{
border-color: #1A352B;
}
.TagClassName
{
border-color: #1A352B;
}
</style>