Shades of Cardin Green #102D1F
Tints of Cardin Green #102D1F
RGB
CMYK
RGB Variations
Color information
#102D1F (or 0x102D1F) is known color: Cardin Green. HEX triplet: 10, 2D and 1F. RGB value is (16,45,31). Sum of RGB (Red+Green+Blue) = 16+45+31=92 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.39% from 92); Green value is 45 (17.97% from 255 or 48.91% from 92); Blue value is 31 (12.5% from 255 or 33.70% from 92); Max value from RGB is 45 - color contains mainly: green. Hex color #102D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102D1F is #EFD2E0. Grayscale: #222222. Windows color (decimal): -15717089 or 2043152. OLE color: 2043152.
HSL color Cylindrical-coordinate representation of color #102D1F: hue angle of 151.03º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #102D1F is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 45 | 31 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.82 |
| HSL | 151.03º | 0.48% | 0.12% | - |
| HSV(B) | 151.03º | 0.64% | 0.18% | - |
| XYZ | 1.4 | 2.09 | 1.63 | - |
| YUV | 34.73 | 125.89 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 45 | 31 | 0.64 | 0 | 0.31 | 0.82 | 151.03 | 0.48 | 0.12 |
| Hex | 10 | 2D | 1F | 40 | 0 | 1F | 52 | 97 | 30 | C |
| Octal | 20 | 55 | 37 | 100 | 0 | 37 | 122 | 227 | 60 | 14 |
| Binary | 10000 | 101101 | 11111 | 1000000 | 0 | 11111 | 1010010 | 10010111 | 110000 | 1100 |
Color Harmonies of #102D1F
Complementary color
Monochromatic Colors of #102D1F
Black with #102D1F
Text Example
Text Example
White with #102D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102D1F; }
p { color: rgb(16,45,31); }
H1.HeaderClassName
{
color: #102D1F;
}
.AnyTagClassName
{
color: #102D1F;
}
</style>
background-color css
<style>
a { background-color: #102D1F; }
a { background-color: rgb(16,45,31); }
div.DivClassName
{
background-color: #102D1F;
}
.BgClassName
{
background-color: #102D1F;
}
</style>
border-color css
<style>
span { border-color: #102D1F; }
span { border-color: rgb(16,45,31); }
td.TdClassName
{
border-color: #102D1F;
}
.TagClassName
{
border-color: #102D1F;
}
</style>