Shades of Cardin Green #172D25
Tints of Cardin Green #172D25
RGB
CMYK
RGB Variations
Color information
#172D25 (or 0x172D25) is known color: Cardin Green. HEX triplet: 17, 2D and 25. RGB value is (23,45,37). Sum of RGB (Red+Green+Blue) = 23+45+37=105 (13% of max value = 765). Red value is 23 (9.38% from 255 or 21.90% from 105); Green value is 45 (17.97% from 255 or 42.86% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 45 - color contains mainly: green. Hex color #172D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172D25 is #E8D2DA. Grayscale: #252525. Windows color (decimal): -15258331 or 2436375. OLE color: 2436375.
HSL color Cylindrical-coordinate representation of color #172D25: hue angle of 158.18º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #172D25 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 45 | 37 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.82 |
| HSL | 158.18º | 0.32% | 0.13% | - |
| HSV(B) | 158.18º | 0.49% | 0.18% | - |
| XYZ | 1.63 | 2.19 | 2.09 | - |
| YUV | 37.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 45 | 37 | 0.49 | 0 | 0.18 | 0.82 | 158.18 | 0.32 | 0.13 |
| Hex | 17 | 2D | 25 | 31 | 0 | 12 | 52 | 9E | 20 | D |
| Octal | 27 | 55 | 45 | 61 | 0 | 22 | 122 | 236 | 40 | 15 |
| Binary | 10111 | 101101 | 100101 | 110001 | 0 | 10010 | 1010010 | 10011110 | 100000 | 1101 |
Color Harmonies of #172D25
Complementary color
Monochromatic Colors of #172D25
Black with #172D25
Text Example
Text Example
White with #172D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172D25; }
p { color: rgb(23,45,37); }
H1.HeaderClassName
{
color: #172D25;
}
.AnyTagClassName
{
color: #172D25;
}
</style>
background-color css
<style>
a { background-color: #172D25; }
a { background-color: rgb(23,45,37); }
div.DivClassName
{
background-color: #172D25;
}
.BgClassName
{
background-color: #172D25;
}
</style>
border-color css
<style>
span { border-color: #172D25; }
span { border-color: rgb(23,45,37); }
td.TdClassName
{
border-color: #172D25;
}
.TagClassName
{
border-color: #172D25;
}
</style>