Shades of Cardin Green #102619
Tints of Cardin Green #102619
RGB
CMYK
RGB Variations
Color information
#102619 (or 0x102619) is known color: Cardin Green. HEX triplet: 10, 26 and 19. RGB value is (16,38,25). Sum of RGB (Red+Green+Blue) = 16+38+25=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 38 (15.23% from 255 or 48.10% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 38 - color contains mainly: green. Hex color #102619 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102619 is #EFD9E6. Grayscale: #1D1D1D. Windows color (decimal): -15718887 or 1648144. OLE color: 1648144.
HSL color Cylindrical-coordinate representation of color #102619: hue angle of 144.55º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #102619 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 38 | 25 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.85 |
| HSL | 144.55º | 0.41% | 0.11% | - |
| HSV(B) | 144.55º | 0.58% | 0.15% | - |
| XYZ | 1.08 | 1.57 | 1.17 | - |
| YUV | 29.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 38 | 25 | 0.58 | 0 | 0.34 | 0.85 | 144.55 | 0.41 | 0.11 |
| Hex | 10 | 26 | 19 | 3A | 0 | 22 | 55 | 91 | 29 | B |
| Octal | 20 | 46 | 31 | 72 | 0 | 42 | 125 | 221 | 51 | 13 |
| Binary | 10000 | 100110 | 11001 | 111010 | 0 | 100010 | 1010101 | 10010001 | 101001 | 1011 |
Color Harmonies of #102619
Complementary color
Monochromatic Colors of #102619
Black with #102619
Text Example
Text Example
White with #102619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102619; }
p { color: rgb(16,38,25); }
H1.HeaderClassName
{
color: #102619;
}
.AnyTagClassName
{
color: #102619;
}
</style>
background-color css
<style>
a { background-color: #102619; }
a { background-color: rgb(16,38,25); }
div.DivClassName
{
background-color: #102619;
}
.BgClassName
{
background-color: #102619;
}
</style>
border-color css
<style>
span { border-color: #102619; }
span { border-color: rgb(16,38,25); }
td.TdClassName
{
border-color: #102619;
}
.TagClassName
{
border-color: #102619;
}
</style>