Shades of Dark Green #10231C
Tints of Dark Green #10231C
RGB
CMYK
RGB Variations
Color information
#10231C (or 0x10231C) is known color: Dark Green. HEX triplet: 10, 23 and 1C. RGB value is (16,35,28). Sum of RGB (Red+Green+Blue) = 16+35+28=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 35 (14.06% from 255 or 44.30% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 35 - color contains mainly: green. Hex color #10231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10231C is #EFDCE3. Grayscale: #1C1C1C. Windows color (decimal): -15719652 or 1843984. OLE color: 1843984.
HSL color Cylindrical-coordinate representation of color #10231C: hue angle of 157.89º 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 #10231C is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 35 | 28 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.86 |
| HSL | 157.89º | 0.37% | 0.1% | - |
| HSV(B) | 157.89º | 0.54% | 0.14% | - |
| XYZ | 1.02 | 1.4 | 1.31 | - |
| YUV | 28.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 28 | 0.54 | 0 | 0.20 | 0.86 | 157.89 | 0.37 | 0.1 |
| Hex | 10 | 23 | 1C | 36 | 0 | 14 | 56 | 9E | 25 | A |
| Octal | 20 | 43 | 34 | 66 | 0 | 24 | 126 | 236 | 45 | 12 |
| Binary | 10000 | 100011 | 11100 | 110110 | 0 | 10100 | 1010110 | 10011110 | 100101 | 1010 |
Color Harmonies of #10231C
Complementary color
Monochromatic Colors of #10231C
Black with #10231C
Text Example
Text Example
White with #10231C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10231C; }
p { color: rgb(16,35,28); }
H1.HeaderClassName
{
color: #10231C;
}
.AnyTagClassName
{
color: #10231C;
}
</style>
background-color css
<style>
a { background-color: #10231C; }
a { background-color: rgb(16,35,28); }
div.DivClassName
{
background-color: #10231C;
}
.BgClassName
{
background-color: #10231C;
}
</style>
border-color css
<style>
span { border-color: #10231C; }
span { border-color: rgb(16,35,28); }
td.TdClassName
{
border-color: #10231C;
}
.TagClassName
{
border-color: #10231C;
}
</style>