Shades of Dark Green #001C08
Tints of Dark Green #001C08
RGB
CMYK
RGB Variations
Color information
#001C08 (or 0x001C08) is known color: Dark Green. HEX triplet: 00, 1C and 08. RGB value is (0,28,8). Sum of RGB (Red+Green+Blue) = 0+28+8=36 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 36); Green value is 28 (11.33% from 255 or 77.78% from 36); Blue value is 8 (3.52% from 255 or 22.22% from 36); Max value from RGB is 28 - color contains mainly: green. Hex color #001C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001C08 is #FFE3F7. Grayscale: #111111. Windows color (decimal): -16770040 or 531456. OLE color: 531456.
HSL color Cylindrical-coordinate representation of color #001C08: hue angle of 137.14º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C08 is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 28 | 8 | - |
| CMYK | 1 | 0 | 0.71 | 0.89 |
| HSL | 137.14º | 1% | 0.05% | - |
| HSV(B) | 137.14º | 1% | 0.11% | - |
| XYZ | 0.46 | 0.85 | 0.37 | - |
| YUV | 17.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 8 | 1 | 0 | 0.71 | 0.89 | 137.14 | 1 | 0.05 |
| Hex | 0 | 1C | 8 | 64 | 0 | 47 | 59 | 89 | 64 | 5 |
| Octal | 0 | 34 | 10 | 144 | 0 | 107 | 131 | 211 | 144 | 5 |
| Binary | 0 | 11100 | 1000 | 1100100 | 0 | 1000111 | 1011001 | 10001001 | 1100100 | 101 |
Color Harmonies of #001C08
Complementary color
Monochromatic Colors of #001C08
Black with #001C08
Text Example
Text Example
White with #001C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C08; }
p { color: rgb(0,28,8); }
H1.HeaderClassName
{
color: #001C08;
}
.AnyTagClassName
{
color: #001C08;
}
</style>
background-color css
<style>
a { background-color: #001C08; }
a { background-color: rgb(0,28,8); }
div.DivClassName
{
background-color: #001C08;
}
.BgClassName
{
background-color: #001C08;
}
</style>
border-color css
<style>
span { border-color: #001C08; }
span { border-color: rgb(0,28,8); }
td.TdClassName
{
border-color: #001C08;
}
.TagClassName
{
border-color: #001C08;
}
</style>