Shades of Cardin Green #171F1B
Tints of Cardin Green #171F1B
RGB
CMYK
RGB Variations
Color information
#171F1B (or 0x171F1B) is known color: Cardin Green. HEX triplet: 17, 1F and 1B. RGB value is (23,31,27). Sum of RGB (Red+Green+Blue) = 23+31+27=81 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.40% from 81); Green value is 31 (12.5% from 255 or 38.27% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 31 - color contains mainly: green. Hex color #171F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171F1B is #E8E0E4. Grayscale: #1C1C1C. Windows color (decimal): -15261925 or 1777431. OLE color: 1777431.
HSL color Cylindrical-coordinate representation of color #171F1B: hue angle of 150º degrees, saturation: 0.15, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #171F1B is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 31 | 27 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.88 |
| HSL | 150º | 0.15% | 0.11% | - |
| HSV(B) | 150º | 0.26% | 0.12% | - |
| XYZ | 1.04 | 1.24 | 1.22 | - |
| YUV | 28.15 | 127.35 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 27 | 0.26 | 0 | 0.13 | 0.88 | 150 | 0.15 | 0.11 |
| Hex | 17 | 1F | 1B | 1A | 0 | D | 58 | 96 | F | B |
| Octal | 27 | 37 | 33 | 32 | 0 | 15 | 130 | 226 | 17 | 13 |
| Binary | 10111 | 11111 | 11011 | 11010 | 0 | 1101 | 1011000 | 10010110 | 1111 | 1011 |
Color Harmonies of #171F1B
Complementary color
Monochromatic Colors of #171F1B
Black with #171F1B
Text Example
Text Example
White with #171F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F1B; }
p { color: rgb(23,31,27); }
H1.HeaderClassName
{
color: #171F1B;
}
.AnyTagClassName
{
color: #171F1B;
}
</style>
background-color css
<style>
a { background-color: #171F1B; }
a { background-color: rgb(23,31,27); }
div.DivClassName
{
background-color: #171F1B;
}
.BgClassName
{
background-color: #171F1B;
}
</style>
border-color css
<style>
span { border-color: #171F1B; }
span { border-color: rgb(23,31,27); }
td.TdClassName
{
border-color: #171F1B;
}
.TagClassName
{
border-color: #171F1B;
}
</style>