Shades of Dark Green #012D2B
Tints of Dark Green #012D2B
RGB
CMYK
RGB Variations
Color information
#012D2B (or 0x012D2B) is known color: Dark Green. HEX triplet: 01, 2D and 2B. RGB value is (1,45,43). Sum of RGB (Red+Green+Blue) = 1+45+43=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 45 (17.97% from 255 or 50.56% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 45 - color contains mainly: green. Hex color #012D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D2B is #FED2D4. Grayscale: #1F1F1F. Windows color (decimal): -16700117 or 2829569. OLE color: 2829569.
HSL color Cylindrical-coordinate representation of color #012D2B: hue angle of 177.27º 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 #012D2B is Cyan = 0.98, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 45 | 43 | - |
| CMYK | 0.98 | 0 | 0.04 | 0.82 |
| HSL | 177.27º | 0.96% | 0.09% | - |
| HSV(B) | 177.27º | 0.98% | 0.18% | - |
| XYZ | 1.39 | 2.06 | 2.61 | - |
| YUV | 31.62 | 134.42 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 45 | 43 | 0.98 | 0 | 0.04 | 0.82 | 177.27 | 0.96 | 0.09 |
| Hex | 1 | 2D | 2B | 62 | 0 | 4 | 52 | B1 | 60 | 9 |
| Octal | 1 | 55 | 53 | 142 | 0 | 4 | 122 | 261 | 140 | 11 |
| Binary | 1 | 101101 | 101011 | 1100010 | 0 | 100 | 1010010 | 10110001 | 1100000 | 1001 |
Color Harmonies of #012D2B
Complementary color
Monochromatic Colors of #012D2B
Black with #012D2B
Text Example
Text Example
White with #012D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012D2B; }
p { color: rgb(1,45,43); }
H1.HeaderClassName
{
color: #012D2B;
}
.AnyTagClassName
{
color: #012D2B;
}
</style>
background-color css
<style>
a { background-color: #012D2B; }
a { background-color: rgb(1,45,43); }
div.DivClassName
{
background-color: #012D2B;
}
.BgClassName
{
background-color: #012D2B;
}
</style>
border-color css
<style>
span { border-color: #012D2B; }
span { border-color: rgb(1,45,43); }
td.TdClassName
{
border-color: #012D2B;
}
.TagClassName
{
border-color: #012D2B;
}
</style>