Shades of Dark Green #012A12
Tints of Dark Green #012A12
RGB
CMYK
RGB Variations
Color information
#012A12 (or 0x012A12) is known color: Dark Green. HEX triplet: 01, 2A and 12. RGB value is (1,42,18). Sum of RGB (Red+Green+Blue) = 1+42+18=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 42 (16.80% from 255 or 68.85% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 42 - color contains mainly: green. Hex color #012A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012A12 is #FED5ED. Grayscale: #1B1B1B. Windows color (decimal): -16700910 or 1190401. OLE color: 1190401.
HSL color Cylindrical-coordinate representation of color #012A12: hue angle of 144.88º 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 #012A12 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 42 | 18 | - |
| CMYK | 0.98 | 0 | 0.57 | 0.84 |
| HSL | 144.88º | 0.95% | 0.08% | - |
| HSV(B) | 144.88º | 0.98% | 0.16% | - |
| XYZ | 0.95 | 1.71 | 0.85 | - |
| YUV | 27.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 18 | 0.98 | 0 | 0.57 | 0.84 | 144.88 | 0.95 | 0.08 |
| Hex | 1 | 2A | 12 | 62 | 0 | 39 | 54 | 91 | 5F | 8 |
| Octal | 1 | 52 | 22 | 142 | 0 | 71 | 124 | 221 | 137 | 10 |
| Binary | 1 | 101010 | 10010 | 1100010 | 0 | 111001 | 1010100 | 10010001 | 1011111 | 1000 |
Color Harmonies of #012A12
Complementary color
Monochromatic Colors of #012A12
Black with #012A12
Text Example
Text Example
White with #012A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012A12; }
p { color: rgb(1,42,18); }
H1.HeaderClassName
{
color: #012A12;
}
.AnyTagClassName
{
color: #012A12;
}
</style>
background-color css
<style>
a { background-color: #012A12; }
a { background-color: rgb(1,42,18); }
div.DivClassName
{
background-color: #012A12;
}
.BgClassName
{
background-color: #012A12;
}
</style>
border-color css
<style>
span { border-color: #012A12; }
span { border-color: rgb(1,42,18); }
td.TdClassName
{
border-color: #012A12;
}
.TagClassName
{
border-color: #012A12;
}
</style>