Shades of Cardin Green #172F25
Tints of Cardin Green #172F25
RGB
CMYK
RGB Variations
Color information
#172F25 (or 0x172F25) is known color: Cardin Green. HEX triplet: 17, 2F and 25. RGB value is (23,47,37). Sum of RGB (Red+Green+Blue) = 23+47+37=107 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.50% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 47 - color contains mainly: green. Hex color #172F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F25 is #E8D0DA. Grayscale: #262626. Windows color (decimal): -15257819 or 2436887. OLE color: 2436887.
HSL color Cylindrical-coordinate representation of color #172F25: hue angle of 155º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #172F25 is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 47 | 37 | - |
| CMYK | 0.51 | 0 | 0.21 | 0.82 |
| HSL | 155º | 0.34% | 0.14% | - |
| HSV(B) | 155º | 0.51% | 0.18% | - |
| XYZ | 1.7 | 2.35 | 2.11 | - |
| YUV | 38.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 37 | 0.51 | 0 | 0.21 | 0.82 | 155 | 0.34 | 0.14 |
| Hex | 17 | 2F | 25 | 33 | 0 | 15 | 52 | 9B | 22 | E |
| Octal | 27 | 57 | 45 | 63 | 0 | 25 | 122 | 233 | 42 | 16 |
| Binary | 10111 | 101111 | 100101 | 110011 | 0 | 10101 | 1010010 | 10011011 | 100010 | 1110 |
Color Harmonies of #172F25
Complementary color
Monochromatic Colors of #172F25
Black with #172F25
Text Example
Text Example
White with #172F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F25; }
p { color: rgb(23,47,37); }
H1.HeaderClassName
{
color: #172F25;
}
.AnyTagClassName
{
color: #172F25;
}
</style>
background-color css
<style>
a { background-color: #172F25; }
a { background-color: rgb(23,47,37); }
div.DivClassName
{
background-color: #172F25;
}
.BgClassName
{
background-color: #172F25;
}
</style>
border-color css
<style>
span { border-color: #172F25; }
span { border-color: rgb(23,47,37); }
td.TdClassName
{
border-color: #172F25;
}
.TagClassName
{
border-color: #172F25;
}
</style>