Shades of Dark Green #00392C
Tints of Dark Green #00392C
RGB
CMYK
RGB Variations
Color information
#00392C (or 0x00392C) is known color: Dark Green. HEX triplet: 00, 39 and 2C. RGB value is (0,57,44). Sum of RGB (Red+Green+Blue) = 0+57+44=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 57 (22.66% from 255 or 56.44% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 57 - color contains mainly: green. Hex color #00392C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00392C is #FFC6D3. Grayscale: #262626. Windows color (decimal): -16762580 or 2898176. OLE color: 2898176.
HSL color Cylindrical-coordinate representation of color #00392C: hue angle of 166.32º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00392C is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 57 | 44 | - |
| CMYK | 1 | 0 | 0.23 | 0.78 |
| HSL | 166.32º | 1% | 0.11% | - |
| HSV(B) | 166.32º | 1% | 0.22% | - |
| XYZ | 1.92 | 3.11 | 2.88 | - |
| YUV | 38.48 | 131.12 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 44 | 1 | 0 | 0.23 | 0.78 | 166.32 | 1 | 0.11 |
| Hex | 0 | 39 | 2C | 64 | 0 | 17 | 4E | A6 | 64 | B |
| Octal | 0 | 71 | 54 | 144 | 0 | 27 | 116 | 246 | 144 | 13 |
| Binary | 0 | 111001 | 101100 | 1100100 | 0 | 10111 | 1001110 | 10100110 | 1100100 | 1011 |
Color Harmonies of #00392C
Complementary color
Monochromatic Colors of #00392C
Black with #00392C
Text Example
Text Example
White with #00392C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00392C; }
p { color: rgb(0,57,44); }
H1.HeaderClassName
{
color: #00392C;
}
.AnyTagClassName
{
color: #00392C;
}
</style>
background-color css
<style>
a { background-color: #00392C; }
a { background-color: rgb(0,57,44); }
div.DivClassName
{
background-color: #00392C;
}
.BgClassName
{
background-color: #00392C;
}
</style>
border-color css
<style>
span { border-color: #00392C; }
span { border-color: rgb(0,57,44); }
td.TdClassName
{
border-color: #00392C;
}
.TagClassName
{
border-color: #00392C;
}
</style>