Shades of Cardin Green #102C1F
Tints of Cardin Green #102C1F
RGB
CMYK
RGB Variations
Color information
#102C1F (or 0x102C1F) is known color: Cardin Green. HEX triplet: 10, 2C and 1F. RGB value is (16,44,31). Sum of RGB (Red+Green+Blue) = 16+44+31=91 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.58% from 91); Green value is 44 (17.58% from 255 or 48.35% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 44 - color contains mainly: green. Hex color #102C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102C1F is #EFD3E0. Grayscale: #222222. Windows color (decimal): -15717345 or 2042896. OLE color: 2042896.
HSL color Cylindrical-coordinate representation of color #102C1F: hue angle of 152.14º 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 #102C1F is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 16 | 44 | 31 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.83 |
| HSL | 152.14º | 0.47% | 0.12% | - |
| HSV(B) | 152.14º | 0.64% | 0.17% | - |
| XYZ | 1.36 | 2.01 | 1.61 | - |
| YUV | 34.15 | 126.22 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 31 | 0.64 | 0 | 0.30 | 0.83 | 152.14 | 0.47 | 0.12 |
| Hex | 10 | 2C | 1F | 40 | 0 | 1E | 53 | 98 | 2F | C |
| Octal | 20 | 54 | 37 | 100 | 0 | 36 | 123 | 230 | 57 | 14 |
| Binary | 10000 | 101100 | 11111 | 1000000 | 0 | 11110 | 1010011 | 10011000 | 101111 | 1100 |
Color Harmonies of #102C1F
Complementary color
Monochromatic Colors of #102C1F
Black with #102C1F
Text Example
Text Example
White with #102C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C1F; }
p { color: rgb(16,44,31); }
H1.HeaderClassName
{
color: #102C1F;
}
.AnyTagClassName
{
color: #102C1F;
}
</style>
background-color css
<style>
a { background-color: #102C1F; }
a { background-color: rgb(16,44,31); }
div.DivClassName
{
background-color: #102C1F;
}
.BgClassName
{
background-color: #102C1F;
}
</style>
border-color css
<style>
span { border-color: #102C1F; }
span { border-color: rgb(16,44,31); }
td.TdClassName
{
border-color: #102C1F;
}
.TagClassName
{
border-color: #102C1F;
}
</style>