Shades of Cardin Green #1A362B
Tints of Cardin Green #1A362B
RGB
CMYK
RGB Variations
Color information
#1A362B (or 0x1A362B) is known color: Cardin Green. HEX triplet: 1A, 36 and 2B. RGB value is (26,54,43). Sum of RGB (Red+Green+Blue) = 26+54+43=123 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.14% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 54 - color contains mainly: green. Hex color #1A362B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A362B is #E5C9D4. Grayscale: #2C2C2C. Windows color (decimal): -15059413 or 2831898. OLE color: 2831898.
HSL color Cylindrical-coordinate representation of color #1A362B: hue angle of 156.43º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1A362B is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 54 | 43 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.79 |
| HSL | 156.43º | 0.35% | 0.16% | - |
| HSV(B) | 156.43º | 0.52% | 0.21% | - |
| XYZ | 2.18 | 3.03 | 2.76 | - |
| YUV | 44.37 | 127.22 | 114.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 54 | 43 | 0.52 | 0 | 0.20 | 0.79 | 156.43 | 0.35 | 0.16 |
| Hex | 1A | 36 | 2B | 34 | 0 | 14 | 4F | 9C | 23 | 10 |
| Octal | 32 | 66 | 53 | 64 | 0 | 24 | 117 | 234 | 43 | 20 |
| Binary | 11010 | 110110 | 101011 | 110100 | 0 | 10100 | 1001111 | 10011100 | 100011 | 10000 |
Color Harmonies of #1A362B
Complementary color
Monochromatic Colors of #1A362B
Black with #1A362B
Text Example
Text Example
White with #1A362B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A362B; }
p { color: rgb(26,54,43); }
H1.HeaderClassName
{
color: #1A362B;
}
.AnyTagClassName
{
color: #1A362B;
}
</style>
background-color css
<style>
a { background-color: #1A362B; }
a { background-color: rgb(26,54,43); }
div.DivClassName
{
background-color: #1A362B;
}
.BgClassName
{
background-color: #1A362B;
}
</style>
border-color css
<style>
span { border-color: #1A362B; }
span { border-color: rgb(26,54,43); }
td.TdClassName
{
border-color: #1A362B;
}
.TagClassName
{
border-color: #1A362B;
}
</style>