Shades of Dark Green #103328
Tints of Dark Green #103328
RGB
CMYK
RGB Variations
Color information
#103328 (or 0x103328) is known color: Dark Green. HEX triplet: 10, 33 and 28. RGB value is (16,51,40). Sum of RGB (Red+Green+Blue) = 16+51+40=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 40 (16.02% from 255 or 37.38% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #103328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103328 is #EFCCD7. Grayscale: #272727. Windows color (decimal): -15715544 or 2634512. OLE color: 2634512.
HSL color Cylindrical-coordinate representation of color #103328: hue angle of 161.14º 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 #103328 is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 16 | 51 | 40 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.8 |
| HSL | 161.14º | 0.52% | 0.13% | - |
| HSV(B) | 161.14º | 0.69% | 0.2% | - |
| XYZ | 1.78 | 2.63 | 2.42 | - |
| YUV | 39.28 | 128.4 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 40 | 0.69 | 0 | 0.22 | 0.8 | 161.14 | 0.52 | 0.13 |
| Hex | 10 | 33 | 28 | 45 | 0 | 16 | 50 | A1 | 34 | D |
| Octal | 20 | 63 | 50 | 105 | 0 | 26 | 120 | 241 | 64 | 15 |
| Binary | 10000 | 110011 | 101000 | 1000101 | 0 | 10110 | 1010000 | 10100001 | 110100 | 1101 |
Color Harmonies of #103328
Complementary color
Monochromatic Colors of #103328
Black with #103328
Text Example
Text Example
White with #103328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103328; }
p { color: rgb(16,51,40); }
H1.HeaderClassName
{
color: #103328;
}
.AnyTagClassName
{
color: #103328;
}
</style>
background-color css
<style>
a { background-color: #103328; }
a { background-color: rgb(16,51,40); }
div.DivClassName
{
background-color: #103328;
}
.BgClassName
{
background-color: #103328;
}
</style>
border-color css
<style>
span { border-color: #103328; }
span { border-color: rgb(16,51,40); }
td.TdClassName
{
border-color: #103328;
}
.TagClassName
{
border-color: #103328;
}
</style>