Shades of Cardin Green #15221B
Tints of Cardin Green #15221B
RGB
CMYK
RGB Variations
Color information
#15221B (or 0x15221B) is known color: Cardin Green. HEX triplet: 15, 22 and 1B. RGB value is (21,34,27). Sum of RGB (Red+Green+Blue) = 21+34+27=82 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.61% from 82); Green value is 34 (13.67% from 255 or 41.46% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 34 - color contains mainly: green. Hex color #15221B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15221B is #EADDE4. Grayscale: #1D1D1D. Windows color (decimal): -15392229 or 1778197. OLE color: 1778197.
HSL color Cylindrical-coordinate representation of color #15221B: hue angle of 147.69º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #15221B is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 34 | 27 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.87 |
| HSL | 147.69º | 0.24% | 0.11% | - |
| HSV(B) | 147.69º | 0.38% | 0.13% | - |
| XYZ | 1.08 | 1.38 | 1.25 | - |
| YUV | 29.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 34 | 27 | 0.38 | 0 | 0.21 | 0.87 | 147.69 | 0.24 | 0.11 |
| Hex | 15 | 22 | 1B | 26 | 0 | 15 | 57 | 94 | 18 | B |
| Octal | 25 | 42 | 33 | 46 | 0 | 25 | 127 | 224 | 30 | 13 |
| Binary | 10101 | 100010 | 11011 | 100110 | 0 | 10101 | 1010111 | 10010100 | 11000 | 1011 |
Color Harmonies of #15221B
Complementary color
Monochromatic Colors of #15221B
Black with #15221B
Text Example
Text Example
White with #15221B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15221B; }
p { color: rgb(21,34,27); }
H1.HeaderClassName
{
color: #15221B;
}
.AnyTagClassName
{
color: #15221B;
}
</style>
background-color css
<style>
a { background-color: #15221B; }
a { background-color: rgb(21,34,27); }
div.DivClassName
{
background-color: #15221B;
}
.BgClassName
{
background-color: #15221B;
}
</style>
border-color css
<style>
span { border-color: #15221B; }
span { border-color: rgb(21,34,27); }
td.TdClassName
{
border-color: #15221B;
}
.TagClassName
{
border-color: #15221B;
}
</style>