Shades of Dark Green #01291B
Tints of Dark Green #01291B
RGB
CMYK
RGB Variations
Color information
#01291B (or 0x01291B) is known color: Dark Green. HEX triplet: 01, 29 and 1B. RGB value is (1,41,27). Sum of RGB (Red+Green+Blue) = 1+41+27=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 41 (16.41% from 255 or 59.42% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 41 - color contains mainly: green. Hex color #01291B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01291B is #FED6E4. Grayscale: #1B1B1B. Windows color (decimal): -16701157 or 1779969. OLE color: 1779969.
HSL color Cylindrical-coordinate representation of color #01291B: hue angle of 159º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01291B is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 41 | 27 | - |
| CMYK | 0.98 | 0 | 0.34 | 0.84 |
| HSL | 159º | 0.95% | 0.08% | - |
| HSV(B) | 159º | 0.98% | 0.16% | - |
| XYZ | 1 | 1.67 | 1.31 | - |
| YUV | 27.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 41 | 27 | 0.98 | 0 | 0.34 | 0.84 | 159 | 0.95 | 0.08 |
| Hex | 1 | 29 | 1B | 62 | 0 | 22 | 54 | 9F | 5F | 8 |
| Octal | 1 | 51 | 33 | 142 | 0 | 42 | 124 | 237 | 137 | 10 |
| Binary | 1 | 101001 | 11011 | 1100010 | 0 | 100010 | 1010100 | 10011111 | 1011111 | 1000 |
Color Harmonies of #01291B
Complementary color
Monochromatic Colors of #01291B
Black with #01291B
Text Example
Text Example
White with #01291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01291B; }
p { color: rgb(1,41,27); }
H1.HeaderClassName
{
color: #01291B;
}
.AnyTagClassName
{
color: #01291B;
}
</style>
background-color css
<style>
a { background-color: #01291B; }
a { background-color: rgb(1,41,27); }
div.DivClassName
{
background-color: #01291B;
}
.BgClassName
{
background-color: #01291B;
}
</style>
border-color css
<style>
span { border-color: #01291B; }
span { border-color: rgb(1,41,27); }
td.TdClassName
{
border-color: #01291B;
}
.TagClassName
{
border-color: #01291B;
}
</style>