Shades of Cardin Green #102C1D
Tints of Cardin Green #102C1D
RGB
CMYK
RGB Variations
Color information
#102C1D (or 0x102C1D) is known color: Cardin Green. HEX triplet: 10, 2C and 1D. RGB value is (16,44,29). Sum of RGB (Red+Green+Blue) = 16+44+29=89 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.98% from 89); Green value is 44 (17.58% from 255 or 49.44% from 89); Blue value is 29 (11.72% from 255 or 32.58% from 89); Max value from RGB is 44 - color contains mainly: green. Hex color #102C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102C1D is #EFD3E2. Grayscale: #212121. Windows color (decimal): -15717347 or 1911824. OLE color: 1911824.
HSL color Cylindrical-coordinate representation of color #102C1D: hue angle of 147.86º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #102C1D is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 16 | 44 | 29 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.83 |
| HSL | 147.86º | 0.47% | 0.12% | - |
| HSV(B) | 147.86º | 0.64% | 0.17% | - |
| XYZ | 1.34 | 2 | 1.48 | - |
| YUV | 33.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 29 | 0.64 | 0 | 0.34 | 0.83 | 147.86 | 0.47 | 0.12 |
| Hex | 10 | 2C | 1D | 40 | 0 | 22 | 53 | 94 | 2F | C |
| Octal | 20 | 54 | 35 | 100 | 0 | 42 | 123 | 224 | 57 | 14 |
| Binary | 10000 | 101100 | 11101 | 1000000 | 0 | 100010 | 1010011 | 10010100 | 101111 | 1100 |
Color Harmonies of #102C1D
Complementary color
Monochromatic Colors of #102C1D
Black with #102C1D
Text Example
Text Example
White with #102C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C1D; }
p { color: rgb(16,44,29); }
H1.HeaderClassName
{
color: #102C1D;
}
.AnyTagClassName
{
color: #102C1D;
}
</style>
background-color css
<style>
a { background-color: #102C1D; }
a { background-color: rgb(16,44,29); }
div.DivClassName
{
background-color: #102C1D;
}
.BgClassName
{
background-color: #102C1D;
}
</style>
border-color css
<style>
span { border-color: #102C1D; }
span { border-color: rgb(16,44,29); }
td.TdClassName
{
border-color: #102C1D;
}
.TagClassName
{
border-color: #102C1D;
}
</style>