Shades of Dark Green #10231D
Tints of Dark Green #10231D
RGB
CMYK
RGB Variations
Color information
#10231D (or 0x10231D) is known color: Dark Green. HEX triplet: 10, 23 and 1D. RGB value is (16,35,29). Sum of RGB (Red+Green+Blue) = 16+35+29=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 35 - color contains mainly: green. Hex color #10231D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10231D is #EFDCE2. Grayscale: #1C1C1C. Windows color (decimal): -15719651 or 1909520. OLE color: 1909520.
HSL color Cylindrical-coordinate representation of color #10231D: hue angle of 161.05º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #10231D is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 35 | 29 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.86 |
| HSL | 161.05º | 0.37% | 0.1% | - |
| HSV(B) | 161.05º | 0.54% | 0.14% | - |
| XYZ | 1.04 | 1.4 | 1.38 | - |
| YUV | 28.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 29 | 0.54 | 0 | 0.17 | 0.86 | 161.05 | 0.37 | 0.1 |
| Hex | 10 | 23 | 1D | 36 | 0 | 11 | 56 | A1 | 25 | A |
| Octal | 20 | 43 | 35 | 66 | 0 | 21 | 126 | 241 | 45 | 12 |
| Binary | 10000 | 100011 | 11101 | 110110 | 0 | 10001 | 1010110 | 10100001 | 100101 | 1010 |
Color Harmonies of #10231D
Complementary color
Monochromatic Colors of #10231D
Black with #10231D
Text Example
Text Example
White with #10231D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10231D; }
p { color: rgb(16,35,29); }
H1.HeaderClassName
{
color: #10231D;
}
.AnyTagClassName
{
color: #10231D;
}
</style>
background-color css
<style>
a { background-color: #10231D; }
a { background-color: rgb(16,35,29); }
div.DivClassName
{
background-color: #10231D;
}
.BgClassName
{
background-color: #10231D;
}
</style>
border-color css
<style>
span { border-color: #10231D; }
span { border-color: rgb(16,35,29); }
td.TdClassName
{
border-color: #10231D;
}
.TagClassName
{
border-color: #10231D;
}
</style>