Shades of Cardin Green #102317
Tints of Cardin Green #102317
RGB
CMYK
RGB Variations
Color information
#102317 (or 0x102317) is known color: Cardin Green. HEX triplet: 10, 23 and 17. RGB value is (16,35,23). Sum of RGB (Red+Green+Blue) = 16+35+23=74 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.62% from 74); Green value is 35 (14.06% from 255 or 47.30% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 35 - color contains mainly: green. Hex color #102317 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102317 is #EFDCE8. Grayscale: #1B1B1B. Windows color (decimal): -15719657 or 1516304. OLE color: 1516304.
HSL color Cylindrical-coordinate representation of color #102317: hue angle of 142.11º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #102317 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 35 | 23 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.86 |
| HSL | 142.11º | 0.37% | 0.1% | - |
| HSV(B) | 142.11º | 0.54% | 0.14% | - |
| XYZ | 0.97 | 1.37 | 1.02 | - |
| YUV | 27.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 23 | 0.54 | 0 | 0.34 | 0.86 | 142.11 | 0.37 | 0.1 |
| Hex | 10 | 23 | 17 | 36 | 0 | 22 | 56 | 8E | 25 | A |
| Octal | 20 | 43 | 27 | 66 | 0 | 42 | 126 | 216 | 45 | 12 |
| Binary | 10000 | 100011 | 10111 | 110110 | 0 | 100010 | 1010110 | 10001110 | 100101 | 1010 |
Color Harmonies of #102317
Complementary color
Monochromatic Colors of #102317
Black with #102317
Text Example
Text Example
White with #102317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102317; }
p { color: rgb(16,35,23); }
H1.HeaderClassName
{
color: #102317;
}
.AnyTagClassName
{
color: #102317;
}
</style>
background-color css
<style>
a { background-color: #102317; }
a { background-color: rgb(16,35,23); }
div.DivClassName
{
background-color: #102317;
}
.BgClassName
{
background-color: #102317;
}
</style>
border-color css
<style>
span { border-color: #102317; }
span { border-color: rgb(16,35,23); }
td.TdClassName
{
border-color: #102317;
}
.TagClassName
{
border-color: #102317;
}
</style>