Shades of Dark Green #10271D
Tints of Dark Green #10271D
RGB
CMYK
RGB Variations
Color information
#10271D (or 0x10271D) is known color: Dark Green. HEX triplet: 10, 27 and 1D. RGB value is (16,39,29). Sum of RGB (Red+Green+Blue) = 16+39+29=84 (11% of max value = 765). Red value is 16 (6.64% from 255 or 19.05% from 84); Green value is 39 (15.62% from 255 or 46.43% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 39 - color contains mainly: green. Hex color #10271D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10271D is #EFD8E2. Grayscale: #1F1F1F. Windows color (decimal): -15718627 or 1910544. OLE color: 1910544.
HSL color Cylindrical-coordinate representation of color #10271D: hue angle of 153.91º 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 #10271D is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 39 | 29 | - |
| CMYK | 0.59 | 0 | 0.26 | 0.85 |
| HSL | 153.91º | 0.42% | 0.11% | - |
| HSV(B) | 153.91º | 0.59% | 0.15% | - |
| XYZ | 1.16 | 1.65 | 1.42 | - |
| YUV | 30.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 39 | 29 | 0.59 | 0 | 0.26 | 0.85 | 153.91 | 0.42 | 0.11 |
| Hex | 10 | 27 | 1D | 3B | 0 | 1A | 55 | 9A | 2A | B |
| Octal | 20 | 47 | 35 | 73 | 0 | 32 | 125 | 232 | 52 | 13 |
| Binary | 10000 | 100111 | 11101 | 111011 | 0 | 11010 | 1010101 | 10011010 | 101010 | 1011 |
Color Harmonies of #10271D
Complementary color
Monochromatic Colors of #10271D
Black with #10271D
Text Example
Text Example
White with #10271D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10271D; }
p { color: rgb(16,39,29); }
H1.HeaderClassName
{
color: #10271D;
}
.AnyTagClassName
{
color: #10271D;
}
</style>
background-color css
<style>
a { background-color: #10271D; }
a { background-color: rgb(16,39,29); }
div.DivClassName
{
background-color: #10271D;
}
.BgClassName
{
background-color: #10271D;
}
</style>
border-color css
<style>
span { border-color: #10271D; }
span { border-color: rgb(16,39,29); }
td.TdClassName
{
border-color: #10271D;
}
.TagClassName
{
border-color: #10271D;
}
</style>