Shades of Dark Green #03281F
Tints of Dark Green #03281F
RGB
CMYK
RGB Variations
Color information
#03281F (or 0x03281F) is known color: Dark Green. HEX triplet: 03, 28 and 1F. RGB value is (3,40,31). Sum of RGB (Red+Green+Blue) = 3+40+31=74 (9% of max value = 765). Red value is 3 (1.56% from 255 or 4.05% from 74); Green value is 40 (16.02% from 255 or 54.05% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 40 - color contains mainly: green. Hex color #03281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03281F is #FCD7E0. Grayscale: #1B1B1B. Windows color (decimal): -16570337 or 2041859. OLE color: 2041859.
HSL color Cylindrical-coordinate representation of color #03281F: hue angle of 165.41º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03281F is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 3 | 40 | 31 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.84 |
| HSL | 165.41º | 0.86% | 0.08% | - |
| HSV(B) | 165.41º | 0.93% | 0.16% | - |
| XYZ | 1.04 | 1.64 | 1.56 | - |
| YUV | 27.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 40 | 31 | 0.93 | 0 | 0.22 | 0.84 | 165.41 | 0.86 | 0.08 |
| Hex | 3 | 28 | 1F | 5D | 0 | 16 | 54 | A5 | 56 | 8 |
| Octal | 3 | 50 | 37 | 135 | 0 | 26 | 124 | 245 | 126 | 10 |
| Binary | 11 | 101000 | 11111 | 1011101 | 0 | 10110 | 1010100 | 10100101 | 1010110 | 1000 |
Color Harmonies of #03281F
Complementary color
Monochromatic Colors of #03281F
Black with #03281F
Text Example
Text Example
White with #03281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03281F; }
p { color: rgb(3,40,31); }
H1.HeaderClassName
{
color: #03281F;
}
.AnyTagClassName
{
color: #03281F;
}
</style>
background-color css
<style>
a { background-color: #03281F; }
a { background-color: rgb(3,40,31); }
div.DivClassName
{
background-color: #03281F;
}
.BgClassName
{
background-color: #03281F;
}
</style>
border-color css
<style>
span { border-color: #03281F; }
span { border-color: rgb(3,40,31); }
td.TdClassName
{
border-color: #03281F;
}
.TagClassName
{
border-color: #03281F;
}
</style>