Shades of Dark Green #012C2B
Tints of Dark Green #012C2B
RGB
CMYK
RGB Variations
Color information
#012C2B (or 0x012C2B) is known color: Dark Green. HEX triplet: 01, 2C and 2B. RGB value is (1,44,43). Sum of RGB (Red+Green+Blue) = 1+44+43=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 44 (17.58% from 255 or 50% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 44 - color contains mainly: green. Hex color #012C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012C2B is #FED3D4. Grayscale: #1E1E1E. Windows color (decimal): -16700373 or 2829313. OLE color: 2829313.
HSL color Cylindrical-coordinate representation of color #012C2B: hue angle of 178.6º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012C2B is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.83.
Color convert
RGB | 1 | 44 | 43 | - |
CMYK | 0.98 | 0 | 0.02 | 0.83 |
HSL | 178.6º | 0.96% | 0.09% | - |
HSV(B) | 178.6º | 0.98% | 0.17% | - |
XYZ | 1.35 | 1.98 | 2.6 | - |
YUV | 31.03 | 134.75 | 106.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 44 | 43 | 0.98 | 0 | 0.02 | 0.83 | 178.6 | 0.96 | 0.09 |
Hex | 1 | 2C | 2B | 62 | 0 | 2 | 53 | B3 | 60 | 9 |
Octal | 1 | 54 | 53 | 142 | 0 | 2 | 123 | 263 | 140 | 11 |
Binary | 1 | 101100 | 101011 | 1100010 | 0 | 10 | 1010011 | 10110011 | 1100000 | 1001 |
Color Harmonies of #012C2B
Complementary color
Monochromatic Colors of #012C2B
Black with #012C2B
Text Example
Text Example
White with #012C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012C2B; }
p { color: rgb(1,44,43); }
H1.HeaderClassName
{
color: #012C2B;
}
.AnyTagClassName
{
color: #012C2B;
}
</style>
background-color css
<style>
a { background-color: #012C2B; }
a { background-color: rgb(1,44,43); }
div.DivClassName
{
background-color: #012C2B;
}
.BgClassName
{
background-color: #012C2B;
}
</style>
border-color css
<style>
span { border-color: #012C2B; }
span { border-color: rgb(1,44,43); }
td.TdClassName
{
border-color: #012C2B;
}
.TagClassName
{
border-color: #012C2B;
}
</style>