Shades of Cardin Green #15201A
Tints of Cardin Green #15201A
RGB
CMYK
RGB Variations
Color information
#15201A (or 0x15201A) is known color: Cardin Green. HEX triplet: 15, 20 and 1A. RGB value is (21,32,26). Sum of RGB (Red+Green+Blue) = 21+32+26=79 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.58% from 79); Green value is 32 (12.89% from 255 or 40.51% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 32 - color contains mainly: green. Hex color #15201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15201A is #EADFE5. Grayscale: #1C1C1C. Windows color (decimal): -15392742 or 1712149. OLE color: 1712149.
HSL color Cylindrical-coordinate representation of color #15201A: hue angle of 147.27º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #15201A is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 32 | 26 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.87 |
| HSL | 147.27º | 0.21% | 0.1% | - |
| HSV(B) | 147.27º | 0.34% | 0.13% | - |
| XYZ | 1.01 | 1.27 | 1.17 | - |
| YUV | 28.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 26 | 0.34 | 0 | 0.19 | 0.87 | 147.27 | 0.21 | 0.1 |
| Hex | 15 | 20 | 1A | 22 | 0 | 13 | 57 | 93 | 15 | A |
| Octal | 25 | 40 | 32 | 42 | 0 | 23 | 127 | 223 | 25 | 12 |
| Binary | 10101 | 100000 | 11010 | 100010 | 0 | 10011 | 1010111 | 10010011 | 10101 | 1010 |
Color Harmonies of #15201A
Complementary color
Monochromatic Colors of #15201A
Black with #15201A
Text Example
Text Example
White with #15201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15201A; }
p { color: rgb(21,32,26); }
H1.HeaderClassName
{
color: #15201A;
}
.AnyTagClassName
{
color: #15201A;
}
</style>
background-color css
<style>
a { background-color: #15201A; }
a { background-color: rgb(21,32,26); }
div.DivClassName
{
background-color: #15201A;
}
.BgClassName
{
background-color: #15201A;
}
</style>
border-color css
<style>
span { border-color: #15201A; }
span { border-color: rgb(21,32,26); }
td.TdClassName
{
border-color: #15201A;
}
.TagClassName
{
border-color: #15201A;
}
</style>