Shades of Dark Green #00170A
Tints of Dark Green #00170A
RGB
CMYK
RGB Variations
Color information
#00170A (or 0x00170A) is known color: Dark Green. HEX triplet: 00, 17 and 0A. RGB value is (0,23,10). Sum of RGB (Red+Green+Blue) = 0+23+10=33 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 33); Green value is 23 (9.38% from 255 or 69.70% from 33); Blue value is 10 (4.30% from 255 or 30.30% from 33); Max value from RGB is 23 - color contains mainly: green. Hex color #00170A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00170A is #FFE8F5. Grayscale: #0E0E0E. Windows color (decimal): -16771318 or 661248. OLE color: 661248.
HSL color Cylindrical-coordinate representation of color #00170A: hue angle of 146.09º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00170A is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 0 | 23 | 10 | - |
| CMYK | 1 | 0 | 0.57 | 0.91 |
| HSL | 146.09º | 1% | 0.05% | - |
| HSV(B) | 146.09º | 1% | 0.09% | - |
| XYZ | 0.36 | 0.63 | 0.39 | - |
| YUV | 14.64 | 125.38 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 10 | 1 | 0 | 0.57 | 0.91 | 146.09 | 1 | 0.05 |
| Hex | 0 | 17 | A | 64 | 0 | 39 | 5B | 92 | 64 | 5 |
| Octal | 0 | 27 | 12 | 144 | 0 | 71 | 133 | 222 | 144 | 5 |
| Binary | 0 | 10111 | 1010 | 1100100 | 0 | 111001 | 1011011 | 10010010 | 1100100 | 101 |
Color Harmonies of #00170A
Complementary color
Monochromatic Colors of #00170A
Black with #00170A
Text Example
Text Example
White with #00170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00170A; }
p { color: rgb(0,23,10); }
H1.HeaderClassName
{
color: #00170A;
}
.AnyTagClassName
{
color: #00170A;
}
</style>
background-color css
<style>
a { background-color: #00170A; }
a { background-color: rgb(0,23,10); }
div.DivClassName
{
background-color: #00170A;
}
.BgClassName
{
background-color: #00170A;
}
</style>
border-color css
<style>
span { border-color: #00170A; }
span { border-color: rgb(0,23,10); }
td.TdClassName
{
border-color: #00170A;
}
.TagClassName
{
border-color: #00170A;
}
</style>