Shades of Dark Green #03312D
Tints of Dark Green #03312D
RGB
CMYK
RGB Variations
Color information
#03312D (or 0x03312D) is known color: Dark Green. HEX triplet: 03, 31 and 2D. RGB value is (3,49,45). Sum of RGB (Red+Green+Blue) = 3+49+45=97 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.09% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #03312D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03312D is #FCCED2. Grayscale: #222222. Windows color (decimal): -16568019 or 2961667. OLE color: 2961667.
HSL color Cylindrical-coordinate representation of color #03312D: hue angle of 174.78º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03312D is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 49 | 45 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.81 |
| HSL | 174.78º | 0.88% | 0.1% | - |
| HSV(B) | 174.78º | 0.94% | 0.19% | - |
| XYZ | 1.61 | 2.41 | 2.86 | - |
| YUV | 34.79 | 133.76 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 45 | 0.94 | 0 | 0.08 | 0.81 | 174.78 | 0.88 | 0.1 |
| Hex | 3 | 31 | 2D | 5E | 0 | 8 | 51 | AF | 58 | A |
| Octal | 3 | 61 | 55 | 136 | 0 | 10 | 121 | 257 | 130 | 12 |
| Binary | 11 | 110001 | 101101 | 1011110 | 0 | 1000 | 1010001 | 10101111 | 1011000 | 1010 |
Color Harmonies of #03312D
Complementary color
Monochromatic Colors of #03312D
Black with #03312D
Text Example
Text Example
White with #03312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03312D; }
p { color: rgb(3,49,45); }
H1.HeaderClassName
{
color: #03312D;
}
.AnyTagClassName
{
color: #03312D;
}
</style>
background-color css
<style>
a { background-color: #03312D; }
a { background-color: rgb(3,49,45); }
div.DivClassName
{
background-color: #03312D;
}
.BgClassName
{
background-color: #03312D;
}
</style>
border-color css
<style>
span { border-color: #03312D; }
span { border-color: rgb(3,49,45); }
td.TdClassName
{
border-color: #03312D;
}
.TagClassName
{
border-color: #03312D;
}
</style>