Shades of Cardin Green #17261E
Tints of Cardin Green #17261E
RGB
CMYK
RGB Variations
Color information
#17261E (or 0x17261E) is known color: Cardin Green. HEX triplet: 17, 26 and 1E. RGB value is (23,38,30). Sum of RGB (Red+Green+Blue) = 23+38+30=91 (12% of max value = 765). Red value is 23 (9.38% from 255 or 25.27% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 38 - color contains mainly: green. Hex color #17261E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17261E is #E8D9E1. Grayscale: #202020. Windows color (decimal): -15260130 or 1975831. OLE color: 1975831.
HSL color Cylindrical-coordinate representation of color #17261E: hue angle of 148º degrees, saturation: 0.25, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #17261E is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 23 | 38 | 30 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.85 |
| HSL | 148º | 0.25% | 0.12% | - |
| HSV(B) | 148º | 0.39% | 0.15% | - |
| XYZ | 1.28 | 1.66 | 1.48 | - |
| YUV | 32.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 30 | 0.39 | 0 | 0.21 | 0.85 | 148 | 0.25 | 0.12 |
| Hex | 17 | 26 | 1E | 27 | 0 | 15 | 55 | 94 | 19 | C |
| Octal | 27 | 46 | 36 | 47 | 0 | 25 | 125 | 224 | 31 | 14 |
| Binary | 10111 | 100110 | 11110 | 100111 | 0 | 10101 | 1010101 | 10010100 | 11001 | 1100 |
Color Harmonies of #17261E
Complementary color
Monochromatic Colors of #17261E
Black with #17261E
Text Example
Text Example
White with #17261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17261E; }
p { color: rgb(23,38,30); }
H1.HeaderClassName
{
color: #17261E;
}
.AnyTagClassName
{
color: #17261E;
}
</style>
background-color css
<style>
a { background-color: #17261E; }
a { background-color: rgb(23,38,30); }
div.DivClassName
{
background-color: #17261E;
}
.BgClassName
{
background-color: #17261E;
}
</style>
border-color css
<style>
span { border-color: #17261E; }
span { border-color: rgb(23,38,30); }
td.TdClassName
{
border-color: #17261E;
}
.TagClassName
{
border-color: #17261E;
}
</style>