Shades of Dark Green #10241F
Tints of Dark Green #10241F
RGB
CMYK
RGB Variations
Color information
#10241F (or 0x10241F) is known color: Dark Green. HEX triplet: 10, 24 and 1F. RGB value is (16,36,31). Sum of RGB (Red+Green+Blue) = 16+36+31=83 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.28% from 83); Green value is 36 (14.45% from 255 or 43.37% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 36 - color contains mainly: green. Hex color #10241F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10241F is #EFDBE0. Grayscale: #1D1D1D. Windows color (decimal): -15719393 or 2040848. OLE color: 2040848.
HSL color Cylindrical-coordinate representation of color #10241F: hue angle of 165º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #10241F is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 36 | 31 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.86 |
| HSL | 165º | 0.38% | 0.1% | - |
| HSV(B) | 165º | 0.56% | 0.14% | - |
| XYZ | 1.09 | 1.47 | 1.52 | - |
| YUV | 29.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 31 | 0.56 | 0 | 0.14 | 0.86 | 165 | 0.38 | 0.1 |
| Hex | 10 | 24 | 1F | 38 | 0 | E | 56 | A5 | 26 | A |
| Octal | 20 | 44 | 37 | 70 | 0 | 16 | 126 | 245 | 46 | 12 |
| Binary | 10000 | 100100 | 11111 | 111000 | 0 | 1110 | 1010110 | 10100101 | 100110 | 1010 |
Color Harmonies of #10241F
Complementary color
Monochromatic Colors of #10241F
Black with #10241F
Text Example
Text Example
White with #10241F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10241F; }
p { color: rgb(16,36,31); }
H1.HeaderClassName
{
color: #10241F;
}
.AnyTagClassName
{
color: #10241F;
}
</style>
background-color css
<style>
a { background-color: #10241F; }
a { background-color: rgb(16,36,31); }
div.DivClassName
{
background-color: #10241F;
}
.BgClassName
{
background-color: #10241F;
}
</style>
border-color css
<style>
span { border-color: #10241F; }
span { border-color: rgb(16,36,31); }
td.TdClassName
{
border-color: #10241F;
}
.TagClassName
{
border-color: #10241F;
}
</style>