Shades of Dark Green #001B05
Tints of Dark Green #001B05
RGB
CMYK
RGB Variations
Color information
#001B05 (or 0x001B05) is known color: Dark Green. HEX triplet: 00, 1B and 05. RGB value is (0,27,5). Sum of RGB (Red+Green+Blue) = 0+27+5=32 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 32); Green value is 27 (10.94% from 255 or 84.38% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 27 - color contains mainly: green. Hex color #001B05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #001B05 is #FFE4FA. Grayscale: #101010. Windows color (decimal): -16770299 or 334592. OLE color: 334592.
HSL color Cylindrical-coordinate representation of color #001B05: hue angle of 131.11º 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 #001B05 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.89.
Color convert
RGB | 0 | 27 | 5 | - |
CMYK | 1 | 0 | 0.81 | 0.89 |
HSL | 131.11º | 1% | 0.05% | - |
HSV(B) | 131.11º | 1% | 0.11% | - |
XYZ | 0.42 | 0.79 | 0.27 | - |
YUV | 16.42 | 121.55 | 116.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 27 | 5 | 1 | 0 | 0.81 | 0.89 | 131.11 | 1 | 0.05 |
Hex | 0 | 1B | 5 | 64 | 0 | 51 | 59 | 83 | 64 | 5 |
Octal | 0 | 33 | 5 | 144 | 0 | 121 | 131 | 203 | 144 | 5 |
Binary | 0 | 11011 | 101 | 1100100 | 0 | 1010001 | 1011001 | 10000011 | 1100100 | 101 |
Color Harmonies of #001B05
Complementary color
Monochromatic Colors of #001B05
Black with #001B05
Text Example
Text Example
White with #001B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B05; }
p { color: rgb(0,27,5); }
H1.HeaderClassName
{
color: #001B05;
}
.AnyTagClassName
{
color: #001B05;
}
</style>
background-color css
<style>
a { background-color: #001B05; }
a { background-color: rgb(0,27,5); }
div.DivClassName
{
background-color: #001B05;
}
.BgClassName
{
background-color: #001B05;
}
</style>
border-color css
<style>
span { border-color: #001B05; }
span { border-color: rgb(0,27,5); }
td.TdClassName
{
border-color: #001B05;
}
.TagClassName
{
border-color: #001B05;
}
</style>