Shades of Dark Green #04312A
Tints of Dark Green #04312A
RGB
CMYK
RGB Variations
Color information
#04312A (or 0x04312A) is known color: Dark Green. HEX triplet: 04, 31 and 2A. RGB value is (4,49,42). Sum of RGB (Red+Green+Blue) = 4+49+42=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #04312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04312A is #FBCED5. Grayscale: #222222. Windows color (decimal): -16502486 or 2765060. OLE color: 2765060.
HSL color Cylindrical-coordinate representation of color #04312A: hue angle of 170.67º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04312A is Cyan = 0.92, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 4 | 49 | 42 | - |
| CMYK | 0.92 | 0 | 0.14 | 0.81 |
| HSL | 170.67º | 0.85% | 0.1% | - |
| HSV(B) | 170.67º | 0.92% | 0.19% | - |
| XYZ | 1.57 | 2.39 | 2.57 | - |
| YUV | 34.75 | 132.09 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 49 | 42 | 0.92 | 0 | 0.14 | 0.81 | 170.67 | 0.85 | 0.1 |
| Hex | 4 | 31 | 2A | 5C | 0 | E | 51 | AB | 55 | A |
| Octal | 4 | 61 | 52 | 134 | 0 | 16 | 121 | 253 | 125 | 12 |
| Binary | 100 | 110001 | 101010 | 1011100 | 0 | 1110 | 1010001 | 10101011 | 1010101 | 1010 |
Color Harmonies of #04312A
Complementary color
Monochromatic Colors of #04312A
Black with #04312A
Text Example
Text Example
White with #04312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04312A; }
p { color: rgb(4,49,42); }
H1.HeaderClassName
{
color: #04312A;
}
.AnyTagClassName
{
color: #04312A;
}
</style>
background-color css
<style>
a { background-color: #04312A; }
a { background-color: rgb(4,49,42); }
div.DivClassName
{
background-color: #04312A;
}
.BgClassName
{
background-color: #04312A;
}
</style>
border-color css
<style>
span { border-color: #04312A; }
span { border-color: rgb(4,49,42); }
td.TdClassName
{
border-color: #04312A;
}
.TagClassName
{
border-color: #04312A;
}
</style>