Shades of Cardin Green #171E1B
Tints of Cardin Green #171E1B
RGB
CMYK
RGB Variations
Color information
#171E1B (or 0x171E1B) is known color: Cardin Green. HEX triplet: 17, 1E and 1B. RGB value is (23,30,27). Sum of RGB (Red+Green+Blue) = 23+30+27=80 (10% of max value = 765). Red value is 23 (9.38% from 255 or 28.75% from 80); Green value is 30 (12.11% from 255 or 37.5% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 30 - color contains mainly: green. Hex color #171E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171E1B is #E8E1E4. Grayscale: #1B1B1B. Windows color (decimal): -15262181 or 1777175. OLE color: 1777175.
HSL color Cylindrical-coordinate representation of color #171E1B: hue angle of 154.29º degrees, saturation: 0.13, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #171E1B is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 30 | 27 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.88 |
| HSL | 154.29º | 0.13% | 0.1% | - |
| HSV(B) | 154.29º | 0.23% | 0.12% | - |
| XYZ | 1.02 | 1.19 | 1.21 | - |
| YUV | 27.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 30 | 27 | 0.23 | 0 | 0.10 | 0.88 | 154.29 | 0.13 | 0.1 |
| Hex | 17 | 1E | 1B | 17 | 0 | A | 58 | 9A | D | A |
| Octal | 27 | 36 | 33 | 27 | 0 | 12 | 130 | 232 | 15 | 12 |
| Binary | 10111 | 11110 | 11011 | 10111 | 0 | 1010 | 1011000 | 10011010 | 1101 | 1010 |
Color Harmonies of #171E1B
Complementary color
Monochromatic Colors of #171E1B
Black with #171E1B
Text Example
Text Example
White with #171E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171E1B; }
p { color: rgb(23,30,27); }
H1.HeaderClassName
{
color: #171E1B;
}
.AnyTagClassName
{
color: #171E1B;
}
</style>
background-color css
<style>
a { background-color: #171E1B; }
a { background-color: rgb(23,30,27); }
div.DivClassName
{
background-color: #171E1B;
}
.BgClassName
{
background-color: #171E1B;
}
</style>
border-color css
<style>
span { border-color: #171E1B; }
span { border-color: rgb(23,30,27); }
td.TdClassName
{
border-color: #171E1B;
}
.TagClassName
{
border-color: #171E1B;
}
</style>