Shades of Cardin Green #172F22
Tints of Cardin Green #172F22
RGB
CMYK
RGB Variations
Color information
#172F22 (or 0x172F22) is known color: Cardin Green. HEX triplet: 17, 2F and 22. RGB value is (23,47,34). Sum of RGB (Red+Green+Blue) = 23+47+34=104 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.12% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 47 - color contains mainly: green. Hex color #172F22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F22 is #E8D0DD. Grayscale: #262626. Windows color (decimal): -15257822 or 2240279. OLE color: 2240279.
HSL color Cylindrical-coordinate representation of color #172F22: hue angle of 147.5º 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 #172F22 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 47 | 34 | - |
| CMYK | 0.51 | 0 | 0.28 | 0.82 |
| HSL | 147.5º | 0.34% | 0.14% | - |
| HSV(B) | 147.5º | 0.51% | 0.18% | - |
| XYZ | 1.66 | 2.33 | 1.88 | - |
| YUV | 38.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 34 | 0.51 | 0 | 0.28 | 0.82 | 147.5 | 0.34 | 0.14 |
| Hex | 17 | 2F | 22 | 33 | 0 | 1C | 52 | 94 | 22 | E |
| Octal | 27 | 57 | 42 | 63 | 0 | 34 | 122 | 224 | 42 | 16 |
| Binary | 10111 | 101111 | 100010 | 110011 | 0 | 11100 | 1010010 | 10010100 | 100010 | 1110 |
Color Harmonies of #172F22
Complementary color
Monochromatic Colors of #172F22
Black with #172F22
Text Example
Text Example
White with #172F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F22; }
p { color: rgb(23,47,34); }
H1.HeaderClassName
{
color: #172F22;
}
.AnyTagClassName
{
color: #172F22;
}
</style>
background-color css
<style>
a { background-color: #172F22; }
a { background-color: rgb(23,47,34); }
div.DivClassName
{
background-color: #172F22;
}
.BgClassName
{
background-color: #172F22;
}
</style>
border-color css
<style>
span { border-color: #172F22; }
span { border-color: rgb(23,47,34); }
td.TdClassName
{
border-color: #172F22;
}
.TagClassName
{
border-color: #172F22;
}
</style>