Shades of Dark Green #001B08
Tints of Dark Green #001B08
RGB
CMYK
RGB Variations
Color information
#001B08 (or 0x001B08) is known color: Dark Green. HEX triplet: 00, 1B and 08. RGB value is (0,27,8). Sum of RGB (Red+Green+Blue) = 0+27+8=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 27 (10.94% from 255 or 77.14% from 35); Blue value is 8 (3.52% from 255 or 22.86% from 35); Max value from RGB is 27 - color contains mainly: green. Hex color #001B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001B08 is #FFE4F7. Grayscale: #101010. Windows color (decimal): -16770296 or 531200. OLE color: 531200.
HSL color Cylindrical-coordinate representation of color #001B08: hue angle of 137.78º 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 #001B08 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 27 | 8 | - |
| CMYK | 1 | 0 | 0.70 | 0.89 |
| HSL | 137.78º | 1% | 0.05% | - |
| HSV(B) | 137.78º | 1% | 0.11% | - |
| XYZ | 0.44 | 0.8 | 0.36 | - |
| YUV | 16.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 8 | 1 | 0 | 0.70 | 0.89 | 137.78 | 1 | 0.05 |
| Hex | 0 | 1B | 8 | 64 | 0 | 46 | 59 | 8A | 64 | 5 |
| Octal | 0 | 33 | 10 | 144 | 0 | 106 | 131 | 212 | 144 | 5 |
| Binary | 0 | 11011 | 1000 | 1100100 | 0 | 1000110 | 1011001 | 10001010 | 1100100 | 101 |
Color Harmonies of #001B08
Complementary color
Monochromatic Colors of #001B08
Black with #001B08
Text Example
Text Example
White with #001B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B08; }
p { color: rgb(0,27,8); }
H1.HeaderClassName
{
color: #001B08;
}
.AnyTagClassName
{
color: #001B08;
}
</style>
background-color css
<style>
a { background-color: #001B08; }
a { background-color: rgb(0,27,8); }
div.DivClassName
{
background-color: #001B08;
}
.BgClassName
{
background-color: #001B08;
}
</style>
border-color css
<style>
span { border-color: #001B08; }
span { border-color: rgb(0,27,8); }
td.TdClassName
{
border-color: #001B08;
}
.TagClassName
{
border-color: #001B08;
}
</style>