Shades of Dark Green #021C1B
Tints of Dark Green #021C1B
RGB
CMYK
RGB Variations
Color information
#021C1B (or 0x021C1B) is known color: Dark Green. HEX triplet: 02, 1C and 1B. RGB value is (2,28,27). Sum of RGB (Red+Green+Blue) = 2+28+27=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 28 (11.33% from 255 or 49.12% from 57); Blue value is 27 (10.94% from 255 or 47.37% from 57); Max value from RGB is 28 - color contains mainly: green. Hex color #021C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021C1B is #FDE3E4. Grayscale: #141414. Windows color (decimal): -16638949 or 1776642. OLE color: 1776642.
HSL color Cylindrical-coordinate representation of color #021C1B: hue angle of 177.69º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #021C1B is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 2 | 28 | 27 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.89 |
| HSL | 177.69º | 0.87% | 0.06% | - |
| HSV(B) | 177.69º | 0.93% | 0.11% | - |
| XYZ | 0.64 | 0.92 | 1.18 | - |
| YUV | 20.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 28 | 27 | 0.93 | 0 | 0.04 | 0.89 | 177.69 | 0.87 | 0.06 |
| Hex | 2 | 1C | 1B | 5D | 0 | 4 | 59 | B2 | 57 | 6 |
| Octal | 2 | 34 | 33 | 135 | 0 | 4 | 131 | 262 | 127 | 6 |
| Binary | 10 | 11100 | 11011 | 1011101 | 0 | 100 | 1011001 | 10110010 | 1010111 | 110 |
Color Harmonies of #021C1B
Complementary color
Monochromatic Colors of #021C1B
Black with #021C1B
Text Example
Text Example
White with #021C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021C1B; }
p { color: rgb(2,28,27); }
H1.HeaderClassName
{
color: #021C1B;
}
.AnyTagClassName
{
color: #021C1B;
}
</style>
background-color css
<style>
a { background-color: #021C1B; }
a { background-color: rgb(2,28,27); }
div.DivClassName
{
background-color: #021C1B;
}
.BgClassName
{
background-color: #021C1B;
}
</style>
border-color css
<style>
span { border-color: #021C1B; }
span { border-color: rgb(2,28,27); }
td.TdClassName
{
border-color: #021C1B;
}
.TagClassName
{
border-color: #021C1B;
}
</style>