Shades of Dark Green #003129
Tints of Dark Green #003129
RGB
CMYK
RGB Variations
Color information
#003129 (or 0x003129) is known color: Dark Green. HEX triplet: 00, 31 and 29. RGB value is (0,49,41). Sum of RGB (Red+Green+Blue) = 0+49+41=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 49 (19.53% from 255 or 54.44% from 90); Blue value is 41 (16.41% from 255 or 45.56% from 90); Max value from RGB is 49 - color contains mainly: green. Hex color #003129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003129 is #FFCED6. Grayscale: #212121. Windows color (decimal): -16764631 or 2699520. OLE color: 2699520.
HSL color Cylindrical-coordinate representation of color #003129: hue angle of 170.2º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003129 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 49 | 41 | - |
| CMYK | 1 | 0 | 0.16 | 0.81 |
| HSL | 170.2º | 1% | 0.1% | - |
| HSV(B) | 170.2º | 1% | 0.19% | - |
| XYZ | 1.5 | 2.36 | 2.47 | - |
| YUV | 33.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 41 | 1 | 0 | 0.16 | 0.81 | 170.2 | 1 | 0.1 |
| Hex | 0 | 31 | 29 | 64 | 0 | 10 | 51 | AA | 64 | A |
| Octal | 0 | 61 | 51 | 144 | 0 | 20 | 121 | 252 | 144 | 12 |
| Binary | 0 | 110001 | 101001 | 1100100 | 0 | 10000 | 1010001 | 10101010 | 1100100 | 1010 |
Color Harmonies of #003129
Complementary color
Monochromatic Colors of #003129
Black with #003129
Text Example
Text Example
White with #003129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003129; }
p { color: rgb(0,49,41); }
H1.HeaderClassName
{
color: #003129;
}
.AnyTagClassName
{
color: #003129;
}
</style>
background-color css
<style>
a { background-color: #003129; }
a { background-color: rgb(0,49,41); }
div.DivClassName
{
background-color: #003129;
}
.BgClassName
{
background-color: #003129;
}
</style>
border-color css
<style>
span { border-color: #003129; }
span { border-color: rgb(0,49,41); }
td.TdClassName
{
border-color: #003129;
}
.TagClassName
{
border-color: #003129;
}
</style>