Shades of Dark Green #00392D
Tints of Dark Green #00392D
RGB
CMYK
RGB Variations
Color information
#00392D (or 0x00392D) is known color: Dark Green. HEX triplet: 00, 39 and 2D. RGB value is (0,57,45). Sum of RGB (Red+Green+Blue) = 0+57+45=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #00392D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00392D is #FFC6D2. Grayscale: #262626. Windows color (decimal): -16762579 or 2963712. OLE color: 2963712.
HSL color Cylindrical-coordinate representation of color #00392D: hue angle of 167.37º 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 #00392D is Cyan = 1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 57 | 45 | - |
| CMYK | 1 | 0 | 0.21 | 0.78 |
| HSL | 167.37º | 1% | 0.11% | - |
| HSV(B) | 167.37º | 1% | 0.22% | - |
| XYZ | 1.94 | 3.12 | 2.98 | - |
| YUV | 38.59 | 131.62 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 45 | 1 | 0 | 0.21 | 0.78 | 167.37 | 1 | 0.11 |
| Hex | 0 | 39 | 2D | 64 | 0 | 15 | 4E | A7 | 64 | B |
| Octal | 0 | 71 | 55 | 144 | 0 | 25 | 116 | 247 | 144 | 13 |
| Binary | 0 | 111001 | 101101 | 1100100 | 0 | 10101 | 1001110 | 10100111 | 1100100 | 1011 |
Color Harmonies of #00392D
Complementary color
Monochromatic Colors of #00392D
Black with #00392D
Text Example
Text Example
White with #00392D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00392D; }
p { color: rgb(0,57,45); }
H1.HeaderClassName
{
color: #00392D;
}
.AnyTagClassName
{
color: #00392D;
}
</style>
background-color css
<style>
a { background-color: #00392D; }
a { background-color: rgb(0,57,45); }
div.DivClassName
{
background-color: #00392D;
}
.BgClassName
{
background-color: #00392D;
}
</style>
border-color css
<style>
span { border-color: #00392D; }
span { border-color: rgb(0,57,45); }
td.TdClassName
{
border-color: #00392D;
}
.TagClassName
{
border-color: #00392D;
}
</style>