Shades of Cardin Green #15231B
Tints of Cardin Green #15231B
RGB
CMYK
RGB Variations
Color information
#15231B (or 0x15231B) is known color: Cardin Green. HEX triplet: 15, 23 and 1B. RGB value is (21,35,27). Sum of RGB (Red+Green+Blue) = 21+35+27=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 35 - color contains mainly: green. Hex color #15231B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15231B is #EADCE4. Grayscale: #1D1D1D. Windows color (decimal): -15391973 or 1778453. OLE color: 1778453.
HSL color Cylindrical-coordinate representation of color #15231B: hue angle of 145.71º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #15231B is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 21 | 35 | 27 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.86 |
| HSL | 145.71º | 0.25% | 0.11% | - |
| HSV(B) | 145.71º | 0.4% | 0.14% | - |
| XYZ | 1.11 | 1.44 | 1.26 | - |
| YUV | 29.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 35 | 27 | 0.40 | 0 | 0.23 | 0.86 | 145.71 | 0.25 | 0.11 |
| Hex | 15 | 23 | 1B | 28 | 0 | 17 | 56 | 92 | 19 | B |
| Octal | 25 | 43 | 33 | 50 | 0 | 27 | 126 | 222 | 31 | 13 |
| Binary | 10101 | 100011 | 11011 | 101000 | 0 | 10111 | 1010110 | 10010010 | 11001 | 1011 |
Color Harmonies of #15231B
Complementary color
Monochromatic Colors of #15231B
Black with #15231B
Text Example
Text Example
White with #15231B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15231B; }
p { color: rgb(21,35,27); }
H1.HeaderClassName
{
color: #15231B;
}
.AnyTagClassName
{
color: #15231B;
}
</style>
background-color css
<style>
a { background-color: #15231B; }
a { background-color: rgb(21,35,27); }
div.DivClassName
{
background-color: #15231B;
}
.BgClassName
{
background-color: #15231B;
}
</style>
border-color css
<style>
span { border-color: #15231B; }
span { border-color: rgb(21,35,27); }
td.TdClassName
{
border-color: #15231B;
}
.TagClassName
{
border-color: #15231B;
}
</style>