Shades of Cardin Green #103828
Tints of Cardin Green #103828
RGB
CMYK
RGB Variations
Color information
#103828 (or 0x103828) is known color: Cardin Green. HEX triplet: 10, 38 and 28. RGB value is (16,56,40). Sum of RGB (Red+Green+Blue) = 16+56+40=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #103828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103828 is #EFC7D7. Grayscale: #2A2A2A. Windows color (decimal): -15714264 or 2635792. OLE color: 2635792.
HSL color Cylindrical-coordinate representation of color #103828: hue angle of 156º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #103828 is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 56 | 40 | - |
| CMYK | 0.71 | 0 | 0.29 | 0.78 |
| HSL | 156º | 0.56% | 0.14% | - |
| HSV(B) | 156º | 0.71% | 0.22% | - |
| XYZ | 2.01 | 3.09 | 2.5 | - |
| YUV | 42.22 | 126.75 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 56 | 40 | 0.71 | 0 | 0.29 | 0.78 | 156 | 0.56 | 0.14 |
| Hex | 10 | 38 | 28 | 47 | 0 | 1D | 4E | 9C | 38 | E |
| Octal | 20 | 70 | 50 | 107 | 0 | 35 | 116 | 234 | 70 | 16 |
| Binary | 10000 | 111000 | 101000 | 1000111 | 0 | 11101 | 1001110 | 10011100 | 111000 | 1110 |
Color Harmonies of #103828
Complementary color
Monochromatic Colors of #103828
Black with #103828
Text Example
Text Example
White with #103828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103828; }
p { color: rgb(16,56,40); }
H1.HeaderClassName
{
color: #103828;
}
.AnyTagClassName
{
color: #103828;
}
</style>
background-color css
<style>
a { background-color: #103828; }
a { background-color: rgb(16,56,40); }
div.DivClassName
{
background-color: #103828;
}
.BgClassName
{
background-color: #103828;
}
</style>
border-color css
<style>
span { border-color: #103828; }
span { border-color: rgb(16,56,40); }
td.TdClassName
{
border-color: #103828;
}
.TagClassName
{
border-color: #103828;
}
</style>