Shades of Cardin Green #172A1F
Tints of Cardin Green #172A1F
RGB
CMYK
RGB Variations
Color information
#172A1F (or 0x172A1F) is known color: Cardin Green. HEX triplet: 17, 2A and 1F. RGB value is (23,42,31). Sum of RGB (Red+Green+Blue) = 23+42+31=96 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.96% from 96); Green value is 42 (16.80% from 255 or 43.75% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 42 - color contains mainly: green. Hex color #172A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172A1F is #E8D5E0. Grayscale: #232323. Windows color (decimal): -15259105 or 2042391. OLE color: 2042391.
HSL color Cylindrical-coordinate representation of color #172A1F: hue angle of 145.26º degrees, saturation: 0.29, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #172A1F is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 42 | 31 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.84 |
| HSL | 145.26º | 0.29% | 0.13% | - |
| HSV(B) | 145.26º | 0.45% | 0.16% | - |
| XYZ | 1.43 | 1.94 | 1.59 | - |
| YUV | 35.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 42 | 31 | 0.45 | 0 | 0.26 | 0.84 | 145.26 | 0.29 | 0.13 |
| Hex | 17 | 2A | 1F | 2D | 0 | 1A | 54 | 91 | 1D | D |
| Octal | 27 | 52 | 37 | 55 | 0 | 32 | 124 | 221 | 35 | 15 |
| Binary | 10111 | 101010 | 11111 | 101101 | 0 | 11010 | 1010100 | 10010001 | 11101 | 1101 |
Color Harmonies of #172A1F
Complementary color
Monochromatic Colors of #172A1F
Black with #172A1F
Text Example
Text Example
White with #172A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172A1F; }
p { color: rgb(23,42,31); }
H1.HeaderClassName
{
color: #172A1F;
}
.AnyTagClassName
{
color: #172A1F;
}
</style>
background-color css
<style>
a { background-color: #172A1F; }
a { background-color: rgb(23,42,31); }
div.DivClassName
{
background-color: #172A1F;
}
.BgClassName
{
background-color: #172A1F;
}
</style>
border-color css
<style>
span { border-color: #172A1F; }
span { border-color: rgb(23,42,31); }
td.TdClassName
{
border-color: #172A1F;
}
.TagClassName
{
border-color: #172A1F;
}
</style>