Shades of Dark Green #012E2D
Tints of Dark Green #012E2D
RGB
CMYK
RGB Variations
Color information
#012E2D (or 0x012E2D) is known color: Dark Green. HEX triplet: 01, 2E and 2D. RGB value is (1,46,45). Sum of RGB (Red+Green+Blue) = 1+46+45=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 46 (18.36% from 255 or 50% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 46 - color contains mainly: green. Hex color #012E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012E2D is #FED1D2. Grayscale: #202020. Windows color (decimal): -16699859 or 2960897. OLE color: 2960897.
HSL color Cylindrical-coordinate representation of color #012E2D: hue angle of 178.67º 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 #012E2D is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
RGB | 1 | 46 | 45 | - |
CMYK | 0.98 | 0 | 0.02 | 0.82 |
HSL | 178.67º | 0.96% | 0.09% | - |
HSV(B) | 178.67º | 0.98% | 0.18% | - |
XYZ | 1.46 | 2.15 | 2.82 | - |
YUV | 32.43 | 135.09 | 105.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 46 | 45 | 0.98 | 0 | 0.02 | 0.82 | 178.67 | 0.96 | 0.09 |
Hex | 1 | 2E | 2D | 62 | 0 | 2 | 52 | B3 | 60 | 9 |
Octal | 1 | 56 | 55 | 142 | 0 | 2 | 122 | 263 | 140 | 11 |
Binary | 1 | 101110 | 101101 | 1100010 | 0 | 10 | 1010010 | 10110011 | 1100000 | 1001 |
Color Harmonies of #012E2D
Complementary color
Monochromatic Colors of #012E2D
Black with #012E2D
Text Example
Text Example
White with #012E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012E2D; }
p { color: rgb(1,46,45); }
H1.HeaderClassName
{
color: #012E2D;
}
.AnyTagClassName
{
color: #012E2D;
}
</style>
background-color css
<style>
a { background-color: #012E2D; }
a { background-color: rgb(1,46,45); }
div.DivClassName
{
background-color: #012E2D;
}
.BgClassName
{
background-color: #012E2D;
}
</style>
border-color css
<style>
span { border-color: #012E2D; }
span { border-color: rgb(1,46,45); }
td.TdClassName
{
border-color: #012E2D;
}
.TagClassName
{
border-color: #012E2D;
}
</style>