Shades of Dark Green #102722
Tints of Dark Green #102722
RGB
CMYK
RGB Variations
Color information
#102722 (or 0x102722) is known color: Dark Green. HEX triplet: 10, 27 and 22. RGB value is (16,39,34). Sum of RGB (Red+Green+Blue) = 16+39+34=89 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.98% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 34 (13.67% from 255 or 38.20% from 89); Max value from RGB is 39 - color contains mainly: green. Hex color #102722 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102722 is #EFD8DD. Grayscale: #1F1F1F. Windows color (decimal): -15718622 or 2238224. OLE color: 2238224.
HSL color Cylindrical-coordinate representation of color #102722: hue angle of 166.96º degrees, saturation: 0.42, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #102722 is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 39 | 34 | - |
| CMYK | 0.59 | 0 | 0.13 | 0.85 |
| HSL | 166.96º | 0.42% | 0.11% | - |
| HSV(B) | 166.96º | 0.59% | 0.15% | - |
| XYZ | 1.23 | 1.68 | 1.77 | - |
| YUV | 31.55 | 129.38 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 34 | 0.59 | 0 | 0.13 | 0.85 | 166.96 | 0.42 | 0.11 |
| Hex | 10 | 27 | 22 | 3B | 0 | D | 55 | A7 | 2A | B |
| Octal | 20 | 47 | 42 | 73 | 0 | 15 | 125 | 247 | 52 | 13 |
| Binary | 10000 | 100111 | 100010 | 111011 | 0 | 1101 | 1010101 | 10100111 | 101010 | 1011 |
Color Harmonies of #102722
Complementary color
Monochromatic Colors of #102722
Black with #102722
Text Example
Text Example
White with #102722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102722; }
p { color: rgb(16,39,34); }
H1.HeaderClassName
{
color: #102722;
}
.AnyTagClassName
{
color: #102722;
}
</style>
background-color css
<style>
a { background-color: #102722; }
a { background-color: rgb(16,39,34); }
div.DivClassName
{
background-color: #102722;
}
.BgClassName
{
background-color: #102722;
}
</style>
border-color css
<style>
span { border-color: #102722; }
span { border-color: rgb(16,39,34); }
td.TdClassName
{
border-color: #102722;
}
.TagClassName
{
border-color: #102722;
}
</style>