Shades of Cardin Green #102E1D
Tints of Cardin Green #102E1D
RGB
CMYK
RGB Variations
Color information
#102E1D (or 0x102E1D) is known color: Cardin Green. HEX triplet: 10, 2E and 1D. RGB value is (16,46,29). Sum of RGB (Red+Green+Blue) = 16+46+29=91 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.58% from 91); Green value is 46 (18.36% from 255 or 50.55% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 46 - color contains mainly: green. Hex color #102E1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102E1D is #EFD1E2. Grayscale: #232323. Windows color (decimal): -15716835 or 1912336. OLE color: 1912336.
HSL color Cylindrical-coordinate representation of color #102E1D: hue angle of 146º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #102E1D is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 46 | 29 | - |
| CMYK | 0.65 | 0 | 0.37 | 0.82 |
| HSL | 146º | 0.48% | 0.12% | - |
| HSV(B) | 146º | 0.65% | 0.18% | - |
| XYZ | 1.41 | 2.15 | 1.5 | - |
| YUV | 35.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 46 | 29 | 0.65 | 0 | 0.37 | 0.82 | 146 | 0.48 | 0.12 |
| Hex | 10 | 2E | 1D | 41 | 0 | 25 | 52 | 92 | 30 | C |
| Octal | 20 | 56 | 35 | 101 | 0 | 45 | 122 | 222 | 60 | 14 |
| Binary | 10000 | 101110 | 11101 | 1000001 | 0 | 100101 | 1010010 | 10010010 | 110000 | 1100 |
Color Harmonies of #102E1D
Complementary color
Monochromatic Colors of #102E1D
Black with #102E1D
Text Example
Text Example
White with #102E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102E1D; }
p { color: rgb(16,46,29); }
H1.HeaderClassName
{
color: #102E1D;
}
.AnyTagClassName
{
color: #102E1D;
}
</style>
background-color css
<style>
a { background-color: #102E1D; }
a { background-color: rgb(16,46,29); }
div.DivClassName
{
background-color: #102E1D;
}
.BgClassName
{
background-color: #102E1D;
}
</style>
border-color css
<style>
span { border-color: #102E1D; }
span { border-color: rgb(16,46,29); }
td.TdClassName
{
border-color: #102E1D;
}
.TagClassName
{
border-color: #102E1D;
}
</style>