Shades of Dark Green #03312A
Tints of Dark Green #03312A
RGB
CMYK
RGB Variations
Color information
#03312A (or 0x03312A) is known color: Dark Green. HEX triplet: 03, 31 and 2A. RGB value is (3,49,42). Sum of RGB (Red+Green+Blue) = 3+49+42=94 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.19% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #03312A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03312A is #FCCED5. Grayscale: #222222. Windows color (decimal): -16568022 or 2765059. OLE color: 2765059.
HSL color Cylindrical-coordinate representation of color #03312A: hue angle of 170.87º 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 #03312A is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 49 | 42 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.81 |
| HSL | 170.87º | 0.88% | 0.1% | - |
| HSV(B) | 170.87º | 0.94% | 0.19% | - |
| XYZ | 1.55 | 2.38 | 2.57 | - |
| YUV | 34.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 42 | 0.94 | 0 | 0.14 | 0.81 | 170.87 | 0.88 | 0.1 |
| Hex | 3 | 31 | 2A | 5E | 0 | E | 51 | AB | 58 | A |
| Octal | 3 | 61 | 52 | 136 | 0 | 16 | 121 | 253 | 130 | 12 |
| Binary | 11 | 110001 | 101010 | 1011110 | 0 | 1110 | 1010001 | 10101011 | 1011000 | 1010 |
Color Harmonies of #03312A
Complementary color
Monochromatic Colors of #03312A
Black with #03312A
Text Example
Text Example
White with #03312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03312A; }
p { color: rgb(3,49,42); }
H1.HeaderClassName
{
color: #03312A;
}
.AnyTagClassName
{
color: #03312A;
}
</style>
background-color css
<style>
a { background-color: #03312A; }
a { background-color: rgb(3,49,42); }
div.DivClassName
{
background-color: #03312A;
}
.BgClassName
{
background-color: #03312A;
}
</style>
border-color css
<style>
span { border-color: #03312A; }
span { border-color: rgb(3,49,42); }
td.TdClassName
{
border-color: #03312A;
}
.TagClassName
{
border-color: #03312A;
}
</style>