Shades of Dark Green #002C1F
Tints of Dark Green #002C1F
RGB
CMYK
RGB Variations
Color information
#002C1F (or 0x002C1F) is known color: Dark Green. HEX triplet: 00, 2C and 1F. RGB value is (0,44,31). Sum of RGB (Red+Green+Blue) = 0+44+31=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 44 (17.58% from 255 or 58.67% from 75); Blue value is 31 (12.5% from 255 or 41.33% from 75); Max value from RGB is 44 - color contains mainly: green. Hex color #002C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C1F is #FFD3E0. Grayscale: #1D1D1D. Windows color (decimal): -16765921 or 2042880. OLE color: 2042880.
HSL color Cylindrical-coordinate representation of color #002C1F: hue angle of 162.27º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002C1F is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 44 | 31 | - |
| CMYK | 1 | 0 | 0.30 | 0.83 |
| HSL | 162.27º | 1% | 0.09% | - |
| HSV(B) | 162.27º | 1% | 0.17% | - |
| XYZ | 1.15 | 1.9 | 1.6 | - |
| YUV | 29.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 31 | 1 | 0 | 0.30 | 0.83 | 162.27 | 1 | 0.09 |
| Hex | 0 | 2C | 1F | 64 | 0 | 1E | 53 | A2 | 64 | 9 |
| Octal | 0 | 54 | 37 | 144 | 0 | 36 | 123 | 242 | 144 | 11 |
| Binary | 0 | 101100 | 11111 | 1100100 | 0 | 11110 | 1010011 | 10100010 | 1100100 | 1001 |
Color Harmonies of #002C1F
Complementary color
Monochromatic Colors of #002C1F
Black with #002C1F
Text Example
Text Example
White with #002C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002C1F; }
p { color: rgb(0,44,31); }
H1.HeaderClassName
{
color: #002C1F;
}
.AnyTagClassName
{
color: #002C1F;
}
</style>
background-color css
<style>
a { background-color: #002C1F; }
a { background-color: rgb(0,44,31); }
div.DivClassName
{
background-color: #002C1F;
}
.BgClassName
{
background-color: #002C1F;
}
</style>
border-color css
<style>
span { border-color: #002C1F; }
span { border-color: rgb(0,44,31); }
td.TdClassName
{
border-color: #002C1F;
}
.TagClassName
{
border-color: #002C1F;
}
</style>