Shades of Cardin Green #172F23
Tints of Cardin Green #172F23
RGB
CMYK
RGB Variations
Color information
#172F23 (or 0x172F23) is known color: Cardin Green. HEX triplet: 17, 2F and 23. RGB value is (23,47,35). Sum of RGB (Red+Green+Blue) = 23+47+35=105 (13% of max value = 765). Red value is 23 (9.38% from 255 or 21.90% from 105); Green value is 47 (18.75% from 255 or 44.76% from 105); Blue value is 35 (14.06% from 255 or 33.33% from 105); Max value from RGB is 47 - color contains mainly: green. Hex color #172F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F23 is #E8D0DC. Grayscale: #262626. Windows color (decimal): -15257821 or 2305815. OLE color: 2305815.
HSL color Cylindrical-coordinate representation of color #172F23: hue angle of 150º 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 #172F23 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 47 | 35 | - |
| CMYK | 0.51 | 0 | 0.26 | 0.82 |
| HSL | 150º | 0.34% | 0.14% | - |
| HSV(B) | 150º | 0.51% | 0.18% | - |
| XYZ | 1.67 | 2.34 | 1.95 | - |
| YUV | 38.46 | 126.05 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 35 | 0.51 | 0 | 0.26 | 0.82 | 150 | 0.34 | 0.14 |
| Hex | 17 | 2F | 23 | 33 | 0 | 1A | 52 | 96 | 22 | E |
| Octal | 27 | 57 | 43 | 63 | 0 | 32 | 122 | 226 | 42 | 16 |
| Binary | 10111 | 101111 | 100011 | 110011 | 0 | 11010 | 1010010 | 10010110 | 100010 | 1110 |
Color Harmonies of #172F23
Complementary color
Monochromatic Colors of #172F23
Black with #172F23
Text Example
Text Example
White with #172F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F23; }
p { color: rgb(23,47,35); }
H1.HeaderClassName
{
color: #172F23;
}
.AnyTagClassName
{
color: #172F23;
}
</style>
background-color css
<style>
a { background-color: #172F23; }
a { background-color: rgb(23,47,35); }
div.DivClassName
{
background-color: #172F23;
}
.BgClassName
{
background-color: #172F23;
}
</style>
border-color css
<style>
span { border-color: #172F23; }
span { border-color: rgb(23,47,35); }
td.TdClassName
{
border-color: #172F23;
}
.TagClassName
{
border-color: #172F23;
}
</style>