Shades of Dark Green #04382C
Tints of Dark Green #04382C
RGB
CMYK
RGB Variations
Color information
#04382C (or 0x04382C) is known color: Dark Green. HEX triplet: 04, 38 and 2C. RGB value is (4,56,44). Sum of RGB (Red+Green+Blue) = 4+56+44=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 56 (22.27% from 255 or 53.85% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 56 - color contains mainly: green. Hex color #04382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04382C is #FBC7D3. Grayscale: #272727. Windows color (decimal): -16500692 or 2897924. OLE color: 2897924.
HSL color Cylindrical-coordinate representation of color #04382C: hue angle of 166.15º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04382C is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 4 | 56 | 44 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.78 |
| HSL | 166.15º | 0.87% | 0.12% | - |
| HSV(B) | 166.15º | 0.93% | 0.22% | - |
| XYZ | 1.92 | 3.04 | 2.87 | - |
| YUV | 39.08 | 130.77 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 56 | 44 | 0.93 | 0 | 0.21 | 0.78 | 166.15 | 0.87 | 0.12 |
| Hex | 4 | 38 | 2C | 5D | 0 | 15 | 4E | A6 | 57 | C |
| Octal | 4 | 70 | 54 | 135 | 0 | 25 | 116 | 246 | 127 | 14 |
| Binary | 100 | 111000 | 101100 | 1011101 | 0 | 10101 | 1001110 | 10100110 | 1010111 | 1100 |
Color Harmonies of #04382C
Complementary color
Monochromatic Colors of #04382C
Black with #04382C
Text Example
Text Example
White with #04382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04382C; }
p { color: rgb(4,56,44); }
H1.HeaderClassName
{
color: #04382C;
}
.AnyTagClassName
{
color: #04382C;
}
</style>
background-color css
<style>
a { background-color: #04382C; }
a { background-color: rgb(4,56,44); }
div.DivClassName
{
background-color: #04382C;
}
.BgClassName
{
background-color: #04382C;
}
</style>
border-color css
<style>
span { border-color: #04382C; }
span { border-color: rgb(4,56,44); }
td.TdClassName
{
border-color: #04382C;
}
.TagClassName
{
border-color: #04382C;
}
</style>