Shades of Cardin Green #15251D
Tints of Cardin Green #15251D
RGB
CMYK
RGB Variations
Color information
#15251D (or 0x15251D) is known color: Cardin Green. HEX triplet: 15, 25 and 1D. RGB value is (21,37,29). Sum of RGB (Red+Green+Blue) = 21+37+29=87 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.14% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 29 (11.72% from 255 or 33.33% from 87); Max value from RGB is 37 - color contains mainly: green. Hex color #15251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15251D is #EADAE2. Grayscale: #1F1F1F. Windows color (decimal): -15391459 or 1910037. OLE color: 1910037.
HSL color Cylindrical-coordinate representation of color #15251D: hue angle of 150º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #15251D is Cyan = 0.43, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 21 | 37 | 29 | - |
| CMYK | 0.43 | 0 | 0.22 | 0.85 |
| HSL | 150º | 0.28% | 0.11% | - |
| HSV(B) | 150º | 0.43% | 0.15% | - |
| XYZ | 1.19 | 1.57 | 1.4 | - |
| YUV | 31.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 37 | 29 | 0.43 | 0 | 0.22 | 0.85 | 150 | 0.28 | 0.11 |
| Hex | 15 | 25 | 1D | 2B | 0 | 16 | 55 | 96 | 1C | B |
| Octal | 25 | 45 | 35 | 53 | 0 | 26 | 125 | 226 | 34 | 13 |
| Binary | 10101 | 100101 | 11101 | 101011 | 0 | 10110 | 1010101 | 10010110 | 11100 | 1011 |
Color Harmonies of #15251D
Complementary color
Monochromatic Colors of #15251D
Black with #15251D
Text Example
Text Example
White with #15251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15251D; }
p { color: rgb(21,37,29); }
H1.HeaderClassName
{
color: #15251D;
}
.AnyTagClassName
{
color: #15251D;
}
</style>
background-color css
<style>
a { background-color: #15251D; }
a { background-color: rgb(21,37,29); }
div.DivClassName
{
background-color: #15251D;
}
.BgClassName
{
background-color: #15251D;
}
</style>
border-color css
<style>
span { border-color: #15251D; }
span { border-color: rgb(21,37,29); }
td.TdClassName
{
border-color: #15251D;
}
.TagClassName
{
border-color: #15251D;
}
</style>