Shades of Dark Green #012828
Tints of Dark Green #012828
RGB
CMYK
RGB Variations
Color information
#012828 (or 0x012828) is known color: Dark Green. HEX triplet: 01, 28 and 28. RGB value is (1,40,40). Sum of RGB (Red+Green+Blue) = 1+40+40=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: green, blue. Hex color #012828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012828 is #FED7D7. Grayscale: #1C1C1C. Windows color (decimal): -16701400 or 2631681. OLE color: 2631681.
HSL color Cylindrical-coordinate representation of color #012828: hue angle of 180º 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 #012828 is Cyan = 0.98, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 40 | 40 | - |
| CMYK | 0.98 | 0 | 0 | 0.84 |
| HSL | 180º | 0.95% | 0.08% | - |
| HSV(B) | 180º | 0.98% | 0.16% | - |
| XYZ | 1.15 | 1.68 | 2.27 | - |
| YUV | 28.34 | 134.58 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 40 | 0.98 | 0 | 0 | 0.84 | 180 | 0.95 | 0.08 |
| Hex | 1 | 28 | 28 | 62 | 0 | 0 | 54 | B4 | 5F | 8 |
| Octal | 1 | 50 | 50 | 142 | 0 | 0 | 124 | 264 | 137 | 10 |
| Binary | 1 | 101000 | 101000 | 1100010 | 0 | 0 | 1010100 | 10110100 | 1011111 | 1000 |
Color Harmonies of #012828
Complementary color
Monochromatic Colors of #012828
Black with #012828
Text Example
Text Example
White with #012828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012828; }
p { color: rgb(1,40,40); }
H1.HeaderClassName
{
color: #012828;
}
.AnyTagClassName
{
color: #012828;
}
</style>
background-color css
<style>
a { background-color: #012828; }
a { background-color: rgb(1,40,40); }
div.DivClassName
{
background-color: #012828;
}
.BgClassName
{
background-color: #012828;
}
</style>
border-color css
<style>
span { border-color: #012828; }
span { border-color: rgb(1,40,40); }
td.TdClassName
{
border-color: #012828;
}
.TagClassName
{
border-color: #012828;
}
</style>