Shades of Cardin Green #17271E
Tints of Cardin Green #17271E
RGB
CMYK
RGB Variations
Color information
#17271E (or 0x17271E) is known color: Cardin Green. HEX triplet: 17, 27 and 1E. RGB value is (23,39,30). Sum of RGB (Red+Green+Blue) = 23+39+30=92 (12% of max value = 765). Red value is 23 (9.38% from 255 or 25% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 39 - color contains mainly: green. Hex color #17271E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17271E is #E8D8E1. Grayscale: #212121. Windows color (decimal): -15259874 or 1976087. OLE color: 1976087.
HSL color Cylindrical-coordinate representation of color #17271E: hue angle of 146.25º degrees, saturation: 0.26, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #17271E is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 23 | 39 | 30 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.85 |
| HSL | 146.25º | 0.26% | 0.12% | - |
| HSV(B) | 146.25º | 0.41% | 0.15% | - |
| XYZ | 1.31 | 1.73 | 1.49 | - |
| YUV | 33.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 39 | 30 | 0.41 | 0 | 0.23 | 0.85 | 146.25 | 0.26 | 0.12 |
| Hex | 17 | 27 | 1E | 29 | 0 | 17 | 55 | 92 | 1A | C |
| Octal | 27 | 47 | 36 | 51 | 0 | 27 | 125 | 222 | 32 | 14 |
| Binary | 10111 | 100111 | 11110 | 101001 | 0 | 10111 | 1010101 | 10010010 | 11010 | 1100 |
Color Harmonies of #17271E
Complementary color
Monochromatic Colors of #17271E
Black with #17271E
Text Example
Text Example
White with #17271E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17271E; }
p { color: rgb(23,39,30); }
H1.HeaderClassName
{
color: #17271E;
}
.AnyTagClassName
{
color: #17271E;
}
</style>
background-color css
<style>
a { background-color: #17271E; }
a { background-color: rgb(23,39,30); }
div.DivClassName
{
background-color: #17271E;
}
.BgClassName
{
background-color: #17271E;
}
</style>
border-color css
<style>
span { border-color: #17271E; }
span { border-color: rgb(23,39,30); }
td.TdClassName
{
border-color: #17271E;
}
.TagClassName
{
border-color: #17271E;
}
</style>