Shades of Cardin Green #102319
Tints of Cardin Green #102319
RGB
CMYK
RGB Variations
Color information
#102319 (or 0x102319) is known color: Cardin Green. HEX triplet: 10, 23 and 19. RGB value is (16,35,25). Sum of RGB (Red+Green+Blue) = 16+35+25=76 (10% of max value = 765). Red value is 16 (6.64% from 255 or 21.05% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 35 - color contains mainly: green. Hex color #102319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102319 is #EFDCE6. Grayscale: #1C1C1C. Windows color (decimal): -15719655 or 1647376. OLE color: 1647376.
HSL color Cylindrical-coordinate representation of color #102319: hue angle of 148.42º 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 #102319 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 35 | 25 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.86 |
| HSL | 148.42º | 0.37% | 0.1% | - |
| HSV(B) | 148.42º | 0.54% | 0.14% | - |
| XYZ | 0.99 | 1.38 | 1.13 | - |
| YUV | 28.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 25 | 0.54 | 0 | 0.29 | 0.86 | 148.42 | 0.37 | 0.1 |
| Hex | 10 | 23 | 19 | 36 | 0 | 1D | 56 | 94 | 25 | A |
| Octal | 20 | 43 | 31 | 66 | 0 | 35 | 126 | 224 | 45 | 12 |
| Binary | 10000 | 100011 | 11001 | 110110 | 0 | 11101 | 1010110 | 10010100 | 100101 | 1010 |
Color Harmonies of #102319
Complementary color
Monochromatic Colors of #102319
Black with #102319
Text Example
Text Example
White with #102319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102319; }
p { color: rgb(16,35,25); }
H1.HeaderClassName
{
color: #102319;
}
.AnyTagClassName
{
color: #102319;
}
</style>
background-color css
<style>
a { background-color: #102319; }
a { background-color: rgb(16,35,25); }
div.DivClassName
{
background-color: #102319;
}
.BgClassName
{
background-color: #102319;
}
</style>
border-color css
<style>
span { border-color: #102319; }
span { border-color: rgb(16,35,25); }
td.TdClassName
{
border-color: #102319;
}
.TagClassName
{
border-color: #102319;
}
</style>