Shades of Cardin Green #151B18
Tints of Cardin Green #151B18
RGB
CMYK
RGB Variations
Color information
#151B18 (or 0x151B18) is known color: Cardin Green. HEX triplet: 15, 1B and 18. RGB value is (21,27,24). Sum of RGB (Red+Green+Blue) = 21+27+24=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 27 - color contains mainly: green. Hex color #151B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #151B18 is #EAE4E7. Grayscale: #181818. Windows color (decimal): -15394024 or 1579797. OLE color: 1579797.
HSL color Cylindrical-coordinate representation of color #151B18: hue angle of 150º degrees, saturation: 0.12, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #151B18 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 21 | 27 | 24 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.89 |
| HSL | 150º | 0.13% | 0.09% | - |
| HSV(B) | 150º | 0.22% | 0.11% | - |
| XYZ | 0.87 | 1.01 | 1.01 | - |
| YUV | 24.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 27 | 24 | 0.22 | 0 | 0.11 | 0.89 | 150 | 0.13 | 0.09 |
| Hex | 15 | 1B | 18 | 16 | 0 | B | 59 | 96 | C | 9 |
| Octal | 25 | 33 | 30 | 26 | 0 | 13 | 131 | 226 | 14 | 11 |
| Binary | 10101 | 11011 | 11000 | 10110 | 0 | 1011 | 1011001 | 10010110 | 1100 | 1001 |
Color Harmonies of #151B18
Complementary color
Monochromatic Colors of #151B18
Black with #151B18
Text Example
Text Example
White with #151B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151B18; }
p { color: rgb(21,27,24); }
H1.HeaderClassName
{
color: #151B18;
}
.AnyTagClassName
{
color: #151B18;
}
</style>
background-color css
<style>
a { background-color: #151B18; }
a { background-color: rgb(21,27,24); }
div.DivClassName
{
background-color: #151B18;
}
.BgClassName
{
background-color: #151B18;
}
</style>
border-color css
<style>
span { border-color: #151B18; }
span { border-color: rgb(21,27,24); }
td.TdClassName
{
border-color: #151B18;
}
.TagClassName
{
border-color: #151B18;
}
</style>