Shades of Dark Green #10221E
Tints of Dark Green #10221E
RGB
CMYK
RGB Variations
Color information
#10221E (or 0x10221E) is known color: Dark Green. HEX triplet: 10, 22 and 1E. RGB value is (16,34,30). Sum of RGB (Red+Green+Blue) = 16+34+30=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 34 (13.67% from 255 or 42.5% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 34 - color contains mainly: green. Hex color #10221E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10221E is #EFDDE1. Grayscale: #1C1C1C. Windows color (decimal): -15719906 or 1974800. OLE color: 1974800.
HSL color Cylindrical-coordinate representation of color #10221E: hue angle of 166.67º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #10221E is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 34 | 30 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.87 |
| HSL | 166.67º | 0.36% | 0.1% | - |
| HSV(B) | 166.67º | 0.53% | 0.13% | - |
| XYZ | 1.02 | 1.35 | 1.43 | - |
| YUV | 28.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 34 | 30 | 0.53 | 0 | 0.12 | 0.87 | 166.67 | 0.36 | 0.1 |
| Hex | 10 | 22 | 1E | 35 | 0 | C | 57 | A7 | 24 | A |
| Octal | 20 | 42 | 36 | 65 | 0 | 14 | 127 | 247 | 44 | 12 |
| Binary | 10000 | 100010 | 11110 | 110101 | 0 | 1100 | 1010111 | 10100111 | 100100 | 1010 |
Color Harmonies of #10221E
Complementary color
Monochromatic Colors of #10221E
Black with #10221E
Text Example
Text Example
White with #10221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10221E; }
p { color: rgb(16,34,30); }
H1.HeaderClassName
{
color: #10221E;
}
.AnyTagClassName
{
color: #10221E;
}
</style>
background-color css
<style>
a { background-color: #10221E; }
a { background-color: rgb(16,34,30); }
div.DivClassName
{
background-color: #10221E;
}
.BgClassName
{
background-color: #10221E;
}
</style>
border-color css
<style>
span { border-color: #10221E; }
span { border-color: rgb(16,34,30); }
td.TdClassName
{
border-color: #10221E;
}
.TagClassName
{
border-color: #10221E;
}
</style>