Shades of Cardin Green #102719
Tints of Cardin Green #102719
RGB
CMYK
RGB Variations
Color information
#102719 (or 0x102719) is known color: Cardin Green. HEX triplet: 10, 27 and 19. RGB value is (16,39,25). Sum of RGB (Red+Green+Blue) = 16+39+25=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 25 (10.16% from 255 or 31.25% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #102719 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102719 is #EFD8E6. Grayscale: #1E1E1E. Windows color (decimal): -15718631 or 1648400. OLE color: 1648400.
HSL color Cylindrical-coordinate representation of color #102719: hue angle of 143.48º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #102719 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 39 | 25 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.85 |
| HSL | 143.48º | 0.42% | 0.11% | - |
| HSV(B) | 143.48º | 0.59% | 0.15% | - |
| XYZ | 1.11 | 1.63 | 1.18 | - |
| YUV | 30.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 25 | 0.59 | 0 | 0.36 | 0.85 | 143.48 | 0.42 | 0.11 |
| Hex | 10 | 27 | 19 | 3B | 0 | 24 | 55 | 8F | 2A | B |
| Octal | 20 | 47 | 31 | 73 | 0 | 44 | 125 | 217 | 52 | 13 |
| Binary | 10000 | 100111 | 11001 | 111011 | 0 | 100100 | 1010101 | 10001111 | 101010 | 1011 |
Color Harmonies of #102719
Complementary color
Monochromatic Colors of #102719
Black with #102719
Text Example
Text Example
White with #102719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102719; }
p { color: rgb(16,39,25); }
H1.HeaderClassName
{
color: #102719;
}
.AnyTagClassName
{
color: #102719;
}
</style>
background-color css
<style>
a { background-color: #102719; }
a { background-color: rgb(16,39,25); }
div.DivClassName
{
background-color: #102719;
}
.BgClassName
{
background-color: #102719;
}
</style>
border-color css
<style>
span { border-color: #102719; }
span { border-color: rgb(16,39,25); }
td.TdClassName
{
border-color: #102719;
}
.TagClassName
{
border-color: #102719;
}
</style>