Shades of Dark Green #001A08
Tints of Dark Green #001A08
RGB
CMYK
RGB Variations
Color information
#001A08 (or 0x001A08) is known color: Dark Green. HEX triplet: 00, 1A and 08. RGB value is (0,26,8). Sum of RGB (Red+Green+Blue) = 0+26+8=34 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 34); Green value is 26 (10.55% from 255 or 76.47% from 34); Blue value is 8 (3.52% from 255 or 23.53% from 34); Max value from RGB is 26 - color contains mainly: green. Hex color #001A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001A08 is #FFE5F7. Grayscale: #101010. Windows color (decimal): -16770552 or 530944. OLE color: 530944.
HSL color Cylindrical-coordinate representation of color #001A08: hue angle of 138.46º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A08 is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 26 | 8 | - |
| CMYK | 1 | 0 | 0.69 | 0.90 |
| HSL | 138.46º | 1% | 0.05% | - |
| HSV(B) | 138.46º | 1% | 0.1% | - |
| XYZ | 0.41 | 0.76 | 0.35 | - |
| YUV | 16.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 8 | 1 | 0 | 0.69 | 0.90 | 138.46 | 1 | 0.05 |
| Hex | 0 | 1A | 8 | 64 | 0 | 45 | 5A | 8A | 64 | 5 |
| Octal | 0 | 32 | 10 | 144 | 0 | 105 | 132 | 212 | 144 | 5 |
| Binary | 0 | 11010 | 1000 | 1100100 | 0 | 1000101 | 1011010 | 10001010 | 1100100 | 101 |
Color Harmonies of #001A08
Complementary color
Monochromatic Colors of #001A08
Black with #001A08
Text Example
Text Example
White with #001A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A08; }
p { color: rgb(0,26,8); }
H1.HeaderClassName
{
color: #001A08;
}
.AnyTagClassName
{
color: #001A08;
}
</style>
background-color css
<style>
a { background-color: #001A08; }
a { background-color: rgb(0,26,8); }
div.DivClassName
{
background-color: #001A08;
}
.BgClassName
{
background-color: #001A08;
}
</style>
border-color css
<style>
span { border-color: #001A08; }
span { border-color: rgb(0,26,8); }
td.TdClassName
{
border-color: #001A08;
}
.TagClassName
{
border-color: #001A08;
}
</style>