Shades of Cardin Green #151F1A
Tints of Cardin Green #151F1A
RGB
CMYK
RGB Variations
Color information
#151F1A (or 0x151F1A) is known color: Cardin Green. HEX triplet: 15, 1F and 1A. RGB value is (21,31,26). Sum of RGB (Red+Green+Blue) = 21+31+26=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 31 - color contains mainly: green. Hex color #151F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F1A is #EAE0E5. Grayscale: #1B1B1B. Windows color (decimal): -15392998 or 1711893. OLE color: 1711893.
HSL color Cylindrical-coordinate representation of color #151F1A: hue angle of 150º 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 #151F1A is Cyan = 0.32, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 21 | 31 | 26 | - |
| CMYK | 0.32 | 0 | 0.16 | 0.88 |
| HSL | 150º | 0.19% | 0.1% | - |
| HSV(B) | 150º | 0.32% | 0.12% | - |
| XYZ | 0.99 | 1.21 | 1.16 | - |
| YUV | 27.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 31 | 26 | 0.32 | 0 | 0.16 | 0.88 | 150 | 0.19 | 0.1 |
| Hex | 15 | 1F | 1A | 20 | 0 | 10 | 58 | 96 | 13 | A |
| Octal | 25 | 37 | 32 | 40 | 0 | 20 | 130 | 226 | 23 | 12 |
| Binary | 10101 | 11111 | 11010 | 100000 | 0 | 10000 | 1011000 | 10010110 | 10011 | 1010 |
Color Harmonies of #151F1A
Complementary color
Monochromatic Colors of #151F1A
Black with #151F1A
Text Example
Text Example
White with #151F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151F1A; }
p { color: rgb(21,31,26); }
H1.HeaderClassName
{
color: #151F1A;
}
.AnyTagClassName
{
color: #151F1A;
}
</style>
background-color css
<style>
a { background-color: #151F1A; }
a { background-color: rgb(21,31,26); }
div.DivClassName
{
background-color: #151F1A;
}
.BgClassName
{
background-color: #151F1A;
}
</style>
border-color css
<style>
span { border-color: #151F1A; }
span { border-color: rgb(21,31,26); }
td.TdClassName
{
border-color: #151F1A;
}
.TagClassName
{
border-color: #151F1A;
}
</style>