Shades of Dark Green #03331C
Tints of Dark Green #03331C
RGB
CMYK
RGB Variations
Color information
#03331C (or 0x03331C) is known color: Dark Green. HEX triplet: 03, 33 and 1C. RGB value is (3,51,28). Sum of RGB (Red+Green+Blue) = 3+51+28=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 51 (20.31% from 255 or 62.20% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 51 - color contains mainly: green. Hex color #03331C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03331C is #FCCCE3. Grayscale: #222222. Windows color (decimal): -16567524 or 1848067. OLE color: 1848067.
HSL color Cylindrical-coordinate representation of color #03331C: hue angle of 151.25º 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 #03331C is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 3 | 51 | 28 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.8 |
| HSL | 151.25º | 0.89% | 0.11% | - |
| HSV(B) | 151.25º | 0.94% | 0.2% | - |
| XYZ | 1.43 | 2.47 | 1.5 | - |
| YUV | 34.03 | 124.6 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 28 | 0.94 | 0 | 0.45 | 0.8 | 151.25 | 0.89 | 0.11 |
| Hex | 3 | 33 | 1C | 5E | 0 | 2D | 50 | 97 | 59 | B |
| Octal | 3 | 63 | 34 | 136 | 0 | 55 | 120 | 227 | 131 | 13 |
| Binary | 11 | 110011 | 11100 | 1011110 | 0 | 101101 | 1010000 | 10010111 | 1011001 | 1011 |
Color Harmonies of #03331C
Complementary color
Monochromatic Colors of #03331C
Black with #03331C
Text Example
Text Example
White with #03331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03331C; }
p { color: rgb(3,51,28); }
H1.HeaderClassName
{
color: #03331C;
}
.AnyTagClassName
{
color: #03331C;
}
</style>
background-color css
<style>
a { background-color: #03331C; }
a { background-color: rgb(3,51,28); }
div.DivClassName
{
background-color: #03331C;
}
.BgClassName
{
background-color: #03331C;
}
</style>
border-color css
<style>
span { border-color: #03331C; }
span { border-color: rgb(3,51,28); }
td.TdClassName
{
border-color: #03331C;
}
.TagClassName
{
border-color: #03331C;
}
</style>