Shades of Dark Green #10281F
Tints of Dark Green #10281F
RGB
CMYK
RGB Variations
Color information
#10281F (or 0x10281F) is known color: Dark Green. HEX triplet: 10, 28 and 1F. RGB value is (16,40,31). Sum of RGB (Red+Green+Blue) = 16+40+31=87 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.39% from 87); Green value is 40 (16.02% from 255 or 45.98% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 40 - color contains mainly: green. Hex color #10281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10281F is #EFD7E0. Grayscale: #1F1F1F. Windows color (decimal): -15718369 or 2041872. OLE color: 2041872.
HSL color Cylindrical-coordinate representation of color #10281F: hue angle of 157.5º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #10281F is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 40 | 31 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.84 |
| HSL | 157.5º | 0.43% | 0.11% | - |
| HSV(B) | 157.5º | 0.6% | 0.16% | - |
| XYZ | 1.22 | 1.73 | 1.57 | - |
| YUV | 31.8 | 127.55 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 40 | 31 | 0.60 | 0 | 0.22 | 0.84 | 157.5 | 0.43 | 0.11 |
| Hex | 10 | 28 | 1F | 3C | 0 | 16 | 54 | 9E | 2B | B |
| Octal | 20 | 50 | 37 | 74 | 0 | 26 | 124 | 236 | 53 | 13 |
| Binary | 10000 | 101000 | 11111 | 111100 | 0 | 10110 | 1010100 | 10011110 | 101011 | 1011 |
Color Harmonies of #10281F
Complementary color
Monochromatic Colors of #10281F
Black with #10281F
Text Example
Text Example
White with #10281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10281F; }
p { color: rgb(16,40,31); }
H1.HeaderClassName
{
color: #10281F;
}
.AnyTagClassName
{
color: #10281F;
}
</style>
background-color css
<style>
a { background-color: #10281F; }
a { background-color: rgb(16,40,31); }
div.DivClassName
{
background-color: #10281F;
}
.BgClassName
{
background-color: #10281F;
}
</style>
border-color css
<style>
span { border-color: #10281F; }
span { border-color: rgb(16,40,31); }
td.TdClassName
{
border-color: #10281F;
}
.TagClassName
{
border-color: #10281F;
}
</style>