Shades of Dark Green #03331F
Tints of Dark Green #03331F
RGB
CMYK
RGB Variations
Color information
#03331F (or 0x03331F) is known color: Dark Green. HEX triplet: 03, 33 and 1F. RGB value is (3,51,31). Sum of RGB (Red+Green+Blue) = 3+51+31=85 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.53% from 85); Green value is 51 (20.31% from 255 or 60% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 51 - color contains mainly: green. Hex color #03331F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03331F is #FCCCE0. Grayscale: #222222. Windows color (decimal): -16567521 or 2044675. OLE color: 2044675.
HSL color Cylindrical-coordinate representation of color #03331F: hue angle of 155º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #03331F is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 3 | 51 | 31 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.8 |
| HSL | 155º | 0.89% | 0.11% | - |
| HSV(B) | 155º | 0.94% | 0.2% | - |
| XYZ | 1.47 | 2.49 | 1.7 | - |
| YUV | 34.37 | 126.1 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 31 | 0.94 | 0 | 0.39 | 0.8 | 155 | 0.89 | 0.11 |
| Hex | 3 | 33 | 1F | 5E | 0 | 27 | 50 | 9B | 59 | B |
| Octal | 3 | 63 | 37 | 136 | 0 | 47 | 120 | 233 | 131 | 13 |
| Binary | 11 | 110011 | 11111 | 1011110 | 0 | 100111 | 1010000 | 10011011 | 1011001 | 1011 |
Color Harmonies of #03331F
Complementary color
Monochromatic Colors of #03331F
Black with #03331F
Text Example
Text Example
White with #03331F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03331F; }
p { color: rgb(3,51,31); }
H1.HeaderClassName
{
color: #03331F;
}
.AnyTagClassName
{
color: #03331F;
}
</style>
background-color css
<style>
a { background-color: #03331F; }
a { background-color: rgb(3,51,31); }
div.DivClassName
{
background-color: #03331F;
}
.BgClassName
{
background-color: #03331F;
}
</style>
border-color css
<style>
span { border-color: #03331F; }
span { border-color: rgb(3,51,31); }
td.TdClassName
{
border-color: #03331F;
}
.TagClassName
{
border-color: #03331F;
}
</style>