Shades of Dark Green #00292A
Tints of Dark Green #00292A
RGB
CMYK
RGB Variations
Color information
#00292A (or 0x00292A) is known color: Dark Green. HEX triplet: 00, 29 and 2A. RGB value is (0,41,42). Sum of RGB (Red+Green+Blue) = 0+41+42=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 41 (16.41% from 255 or 49.40% from 83); Blue value is 42 (16.80% from 255 or 50.60% from 83); Max value from RGB is 42 - color contains mainly: blue. Hex color #00292A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00292A is #FFD6D5. Grayscale: #1C1C1C. Windows color (decimal): -16766678 or 2763008. OLE color: 2763008.
HSL color Cylindrical-coordinate representation of color #00292A: hue angle of 181.43º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00292A is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 41 | 42 | - |
| CMYK | 1 | 0.02 | 0 | 0.84 |
| HSL | 181.43º | 1% | 0.08% | - |
| HSV(B) | 181.43º | 1% | 0.16% | - |
| XYZ | 1.21 | 1.75 | 2.47 | - |
| YUV | 28.86 | 135.42 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 42 | 1 | 0.02 | 0 | 0.84 | 181.43 | 1 | 0.08 |
| Hex | 0 | 29 | 2A | 64 | 2 | 0 | 54 | B5 | 64 | 8 |
| Octal | 0 | 51 | 52 | 144 | 2 | 0 | 124 | 265 | 144 | 10 |
| Binary | 0 | 101001 | 101010 | 1100100 | 10 | 0 | 1010100 | 10110101 | 1100100 | 1000 |
Color Harmonies of #00292A
Complementary color
Monochromatic Colors of #00292A
Black with #00292A
Text Example
Text Example
White with #00292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00292A; }
p { color: rgb(0,41,42); }
H1.HeaderClassName
{
color: #00292A;
}
.AnyTagClassName
{
color: #00292A;
}
</style>
background-color css
<style>
a { background-color: #00292A; }
a { background-color: rgb(0,41,42); }
div.DivClassName
{
background-color: #00292A;
}
.BgClassName
{
background-color: #00292A;
}
</style>
border-color css
<style>
span { border-color: #00292A; }
span { border-color: rgb(0,41,42); }
td.TdClassName
{
border-color: #00292A;
}
.TagClassName
{
border-color: #00292A;
}
</style>