Shades of Cardin Green #17251D
Tints of Cardin Green #17251D
RGB
CMYK
RGB Variations
Color information
#17251D (or 0x17251D) is known color: Cardin Green. HEX triplet: 17, 25 and 1D. RGB value is (23,37,29). Sum of RGB (Red+Green+Blue) = 23+37+29=89 (11% of max value = 765). Red value is 23 (9.38% from 255 or 25.84% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 37 - color contains mainly: green. Hex color #17251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17251D is #E8DAE2. Grayscale: #1F1F1F. Windows color (decimal): -15260387 or 1910039. OLE color: 1910039.
HSL color Cylindrical-coordinate representation of color #17251D: hue angle of 145.71º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #17251D is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 23 | 37 | 29 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.85 |
| HSL | 145.71º | 0.23% | 0.12% | - |
| HSV(B) | 145.71º | 0.38% | 0.15% | - |
| XYZ | 1.24 | 1.59 | 1.4 | - |
| YUV | 31.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 29 | 0.38 | 0 | 0.22 | 0.85 | 145.71 | 0.23 | 0.12 |
| Hex | 17 | 25 | 1D | 26 | 0 | 16 | 55 | 92 | 17 | C |
| Octal | 27 | 45 | 35 | 46 | 0 | 26 | 125 | 222 | 27 | 14 |
| Binary | 10111 | 100101 | 11101 | 100110 | 0 | 10110 | 1010101 | 10010010 | 10111 | 1100 |
Color Harmonies of #17251D
Complementary color
Monochromatic Colors of #17251D
Black with #17251D
Text Example
Text Example
White with #17251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17251D; }
p { color: rgb(23,37,29); }
H1.HeaderClassName
{
color: #17251D;
}
.AnyTagClassName
{
color: #17251D;
}
</style>
background-color css
<style>
a { background-color: #17251D; }
a { background-color: rgb(23,37,29); }
div.DivClassName
{
background-color: #17251D;
}
.BgClassName
{
background-color: #17251D;
}
</style>
border-color css
<style>
span { border-color: #17251D; }
span { border-color: rgb(23,37,29); }
td.TdClassName
{
border-color: #17251D;
}
.TagClassName
{
border-color: #17251D;
}
</style>