Shades of Dark Green #103227
Tints of Dark Green #103227
RGB
CMYK
RGB Variations
Color information
#103227 (or 0x103227) is known color: Dark Green. HEX triplet: 10, 32 and 27. RGB value is (16,50,39). Sum of RGB (Red+Green+Blue) = 16+50+39=105 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.24% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 39 (15.62% from 255 or 37.14% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #103227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103227 is #EFCDD8. Grayscale: #262626. Windows color (decimal): -15715801 or 2568720. OLE color: 2568720.
HSL color Cylindrical-coordinate representation of color #103227: hue angle of 160.59º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #103227 is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 50 | 39 | - |
| CMYK | 0.68 | 0 | 0.22 | 0.80 |
| HSL | 160.59º | 0.52% | 0.13% | - |
| HSV(B) | 160.59º | 0.68% | 0.2% | - |
| XYZ | 1.72 | 2.54 | 2.32 | - |
| YUV | 38.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 39 | 0.68 | 0 | 0.22 | 0.80 | 160.59 | 0.52 | 0.13 |
| Hex | 10 | 32 | 27 | 44 | 0 | 16 | 50 | A1 | 34 | D |
| Octal | 20 | 62 | 47 | 104 | 0 | 26 | 120 | 241 | 64 | 15 |
| Binary | 10000 | 110010 | 100111 | 1000100 | 0 | 10110 | 1010000 | 10100001 | 110100 | 1101 |
Color Harmonies of #103227
Complementary color
Monochromatic Colors of #103227
Black with #103227
Text Example
Text Example
White with #103227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103227; }
p { color: rgb(16,50,39); }
H1.HeaderClassName
{
color: #103227;
}
.AnyTagClassName
{
color: #103227;
}
</style>
background-color css
<style>
a { background-color: #103227; }
a { background-color: rgb(16,50,39); }
div.DivClassName
{
background-color: #103227;
}
.BgClassName
{
background-color: #103227;
}
</style>
border-color css
<style>
span { border-color: #103227; }
span { border-color: rgb(16,50,39); }
td.TdClassName
{
border-color: #103227;
}
.TagClassName
{
border-color: #103227;
}
</style>