Shades of Cardin Green #151F1B
Tints of Cardin Green #151F1B
RGB
CMYK
RGB Variations
Color information
#151F1B (or 0x151F1B) is known color: Cardin Green. HEX triplet: 15, 1F and 1B. RGB value is (21,31,27). Sum of RGB (Red+Green+Blue) = 21+31+27=79 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.58% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 31 - color contains mainly: green. Hex color #151F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F1B is #EAE0E4. Grayscale: #1B1B1B. Windows color (decimal): -15392997 or 1777429. OLE color: 1777429.
HSL color Cylindrical-coordinate representation of color #151F1B: hue angle of 156º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #151F1B is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 31 | 27 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.88 |
| HSL | 156º | 0.19% | 0.1% | - |
| HSV(B) | 156º | 0.32% | 0.12% | - |
| XYZ | 1 | 1.22 | 1.22 | - |
| YUV | 27.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 27 | 0.32 | 0 | 0.13 | 0.88 | 156 | 0.19 | 0.1 |
| Hex | 15 | 1F | 1B | 20 | 0 | D | 58 | 9C | 13 | A |
| Octal | 25 | 37 | 33 | 40 | 0 | 15 | 130 | 234 | 23 | 12 |
| Binary | 10101 | 11111 | 11011 | 100000 | 0 | 1101 | 1011000 | 10011100 | 10011 | 1010 |
Color Harmonies of #151F1B
Complementary color
Monochromatic Colors of #151F1B
Black with #151F1B
Text Example
Text Example
White with #151F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F1B; }
p { color: rgb(21,31,27); }
H1.HeaderClassName
{
color: #151F1B;
}
.AnyTagClassName
{
color: #151F1B;
}
</style>
background-color css
<style>
a { background-color: #151F1B; }
a { background-color: rgb(21,31,27); }
div.DivClassName
{
background-color: #151F1B;
}
.BgClassName
{
background-color: #151F1B;
}
</style>
border-color css
<style>
span { border-color: #151F1B; }
span { border-color: rgb(21,31,27); }
td.TdClassName
{
border-color: #151F1B;
}
.TagClassName
{
border-color: #151F1B;
}
</style>