Shades of Dark Green #03341F
Tints of Dark Green #03341F
RGB
CMYK
RGB Variations
Color information
#03341F (or 0x03341F) is known color: Dark Green. HEX triplet: 03, 34 and 1F. RGB value is (3,52,31). Sum of RGB (Red+Green+Blue) = 3+52+31=86 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.49% from 86); Green value is 52 (20.70% from 255 or 60.47% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 52 - color contains mainly: green. Hex color #03341F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03341F is #FCCBE0. Grayscale: #222222. Windows color (decimal): -16567265 or 2044931. OLE color: 2044931.
HSL color Cylindrical-coordinate representation of color #03341F: hue angle of 154.29º 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 #03341F is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 3 | 52 | 31 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.80 |
| HSL | 154.29º | 0.89% | 0.11% | - |
| HSV(B) | 154.29º | 0.94% | 0.2% | - |
| XYZ | 1.51 | 2.57 | 1.71 | - |
| YUV | 34.96 | 125.77 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 52 | 31 | 0.94 | 0 | 0.40 | 0.80 | 154.29 | 0.89 | 0.11 |
| Hex | 3 | 34 | 1F | 5E | 0 | 28 | 50 | 9A | 59 | B |
| Octal | 3 | 64 | 37 | 136 | 0 | 50 | 120 | 232 | 131 | 13 |
| Binary | 11 | 110100 | 11111 | 1011110 | 0 | 101000 | 1010000 | 10011010 | 1011001 | 1011 |
Color Harmonies of #03341F
Complementary color
Monochromatic Colors of #03341F
Black with #03341F
Text Example
Text Example
White with #03341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03341F; }
p { color: rgb(3,52,31); }
H1.HeaderClassName
{
color: #03341F;
}
.AnyTagClassName
{
color: #03341F;
}
</style>
background-color css
<style>
a { background-color: #03341F; }
a { background-color: rgb(3,52,31); }
div.DivClassName
{
background-color: #03341F;
}
.BgClassName
{
background-color: #03341F;
}
</style>
border-color css
<style>
span { border-color: #03341F; }
span { border-color: rgb(3,52,31); }
td.TdClassName
{
border-color: #03341F;
}
.TagClassName
{
border-color: #03341F;
}
</style>