Shades of Dark Green #012D1B
Tints of Dark Green #012D1B
RGB
CMYK
RGB Variations
Color information
#012D1B (or 0x012D1B) is known color: Dark Green. HEX triplet: 01, 2D and 1B. RGB value is (1,45,27). Sum of RGB (Red+Green+Blue) = 1+45+27=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 45 (17.97% from 255 or 61.64% from 73); Blue value is 27 (10.94% from 255 or 36.99% from 73); Max value from RGB is 45 - color contains mainly: green. Hex color #012D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D1B is #FED2E4. Grayscale: #1D1D1D. Windows color (decimal): -16700133 or 1780993. OLE color: 1780993.
HSL color Cylindrical-coordinate representation of color #012D1B: hue angle of 155.45º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012D1B is Cyan = 0.98, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 45 | 27 | - |
| CMYK | 0.98 | 0 | 0.4 | 0.82 |
| HSL | 155.45º | 0.96% | 0.09% | - |
| HSV(B) | 155.45º | 0.98% | 0.18% | - |
| XYZ | 1.15 | 1.96 | 1.36 | - |
| YUV | 29.79 | 126.42 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 27 | 0.98 | 0 | 0.4 | 0.82 | 155.45 | 0.96 | 0.09 |
| Hex | 1 | 2D | 1B | 62 | 0 | 28 | 52 | 9B | 60 | 9 |
| Octal | 1 | 55 | 33 | 142 | 0 | 50 | 122 | 233 | 140 | 11 |
| Binary | 1 | 101101 | 11011 | 1100010 | 0 | 101000 | 1010010 | 10011011 | 1100000 | 1001 |
Color Harmonies of #012D1B
Complementary color
Monochromatic Colors of #012D1B
Black with #012D1B
Text Example
Text Example
White with #012D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012D1B; }
p { color: rgb(1,45,27); }
H1.HeaderClassName
{
color: #012D1B;
}
.AnyTagClassName
{
color: #012D1B;
}
</style>
background-color css
<style>
a { background-color: #012D1B; }
a { background-color: rgb(1,45,27); }
div.DivClassName
{
background-color: #012D1B;
}
.BgClassName
{
background-color: #012D1B;
}
</style>
border-color css
<style>
span { border-color: #012D1B; }
span { border-color: rgb(1,45,27); }
td.TdClassName
{
border-color: #012D1B;
}
.TagClassName
{
border-color: #012D1B;
}
</style>