Shades of Dark Green #103329
Tints of Dark Green #103329
RGB
CMYK
RGB Variations
Color information
#103329 (or 0x103329) is known color: Dark Green. HEX triplet: 10, 33 and 29. RGB value is (16,51,41). Sum of RGB (Red+Green+Blue) = 16+51+41=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #103329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103329 is #EFCCD6. Grayscale: #272727. Windows color (decimal): -15715543 or 2700048. OLE color: 2700048.
HSL color Cylindrical-coordinate representation of color #103329: hue angle of 162.86º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #103329 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 16 | 51 | 41 | - |
| CMYK | 0.69 | 0 | 0.20 | 0.8 |
| HSL | 162.86º | 0.52% | 0.13% | - |
| HSV(B) | 162.86º | 0.69% | 0.2% | - |
| XYZ | 1.8 | 2.64 | 2.51 | - |
| YUV | 39.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 41 | 0.69 | 0 | 0.20 | 0.8 | 162.86 | 0.52 | 0.13 |
| Hex | 10 | 33 | 29 | 45 | 0 | 14 | 50 | A3 | 34 | D |
| Octal | 20 | 63 | 51 | 105 | 0 | 24 | 120 | 243 | 64 | 15 |
| Binary | 10000 | 110011 | 101001 | 1000101 | 0 | 10100 | 1010000 | 10100011 | 110100 | 1101 |
Color Harmonies of #103329
Complementary color
Monochromatic Colors of #103329
Black with #103329
Text Example
Text Example
White with #103329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103329; }
p { color: rgb(16,51,41); }
H1.HeaderClassName
{
color: #103329;
}
.AnyTagClassName
{
color: #103329;
}
</style>
background-color css
<style>
a { background-color: #103329; }
a { background-color: rgb(16,51,41); }
div.DivClassName
{
background-color: #103329;
}
.BgClassName
{
background-color: #103329;
}
</style>
border-color css
<style>
span { border-color: #103329; }
span { border-color: rgb(16,51,41); }
td.TdClassName
{
border-color: #103329;
}
.TagClassName
{
border-color: #103329;
}
</style>