Shades of Cardin Green #15201B
Tints of Cardin Green #15201B
RGB
CMYK
RGB Variations
Color information
#15201B (or 0x15201B) is known color: Cardin Green. HEX triplet: 15, 20 and 1B. RGB value is (21,32,27). Sum of RGB (Red+Green+Blue) = 21+32+27=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 32 (12.89% from 255 or 40% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 32 - color contains mainly: green. Hex color #15201B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15201B is #EADFE4. Grayscale: #1C1C1C. Windows color (decimal): -15392741 or 1777685. OLE color: 1777685.
HSL color Cylindrical-coordinate representation of color #15201B: hue angle of 152.73º 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 #15201B is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 32 | 27 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.87 |
| HSL | 152.73º | 0.21% | 0.1% | - |
| HSV(B) | 152.73º | 0.34% | 0.13% | - |
| XYZ | 1.02 | 1.27 | 1.23 | - |
| YUV | 28.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 27 | 0.34 | 0 | 0.16 | 0.87 | 152.73 | 0.21 | 0.1 |
| Hex | 15 | 20 | 1B | 22 | 0 | 10 | 57 | 99 | 15 | A |
| Octal | 25 | 40 | 33 | 42 | 0 | 20 | 127 | 231 | 25 | 12 |
| Binary | 10101 | 100000 | 11011 | 100010 | 0 | 10000 | 1010111 | 10011001 | 10101 | 1010 |
Color Harmonies of #15201B
Complementary color
Monochromatic Colors of #15201B
Black with #15201B
Text Example
Text Example
White with #15201B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15201B; }
p { color: rgb(21,32,27); }
H1.HeaderClassName
{
color: #15201B;
}
.AnyTagClassName
{
color: #15201B;
}
</style>
background-color css
<style>
a { background-color: #15201B; }
a { background-color: rgb(21,32,27); }
div.DivClassName
{
background-color: #15201B;
}
.BgClassName
{
background-color: #15201B;
}
</style>
border-color css
<style>
span { border-color: #15201B; }
span { border-color: rgb(21,32,27); }
td.TdClassName
{
border-color: #15201B;
}
.TagClassName
{
border-color: #15201B;
}
</style>