Shades of Dark Green #03280F
Tints of Dark Green #03280F
RGB
CMYK
RGB Variations
Color information
#03280F (or 0x03280F) is known color: Dark Green. HEX triplet: 03, 28 and 0F. RGB value is (3,40,15). Sum of RGB (Red+Green+Blue) = 3+40+15=58 (7% of max value = 765). Red value is 3 (1.56% from 255 or 5.17% from 58); Green value is 40 (16.02% from 255 or 68.97% from 58); Blue value is 15 (6.25% from 255 or 25.86% from 58); Max value from RGB is 40 - color contains mainly: green. Hex color #03280F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03280F is #FCD7F0. Grayscale: #1A1A1A. Windows color (decimal): -16570353 or 993283. OLE color: 993283.
HSL color Cylindrical-coordinate representation of color #03280F: hue angle of 139.46º 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 #03280F is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.84.
Color convert
RGB | 3 | 40 | 15 | - |
CMYK | 0.93 | 0 | 0.62 | 0.84 |
HSL | 139.46º | 0.86% | 0.08% | - |
HSV(B) | 139.46º | 0.93% | 0.16% | - |
XYZ | 0.88 | 1.57 | 0.71 | - |
YUV | 26.09 | 121.74 | 111.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 40 | 15 | 0.93 | 0 | 0.62 | 0.84 | 139.46 | 0.86 | 0.08 |
Hex | 3 | 28 | F | 5D | 0 | 3E | 54 | 8B | 56 | 8 |
Octal | 3 | 50 | 17 | 135 | 0 | 76 | 124 | 213 | 126 | 10 |
Binary | 11 | 101000 | 1111 | 1011101 | 0 | 111110 | 1010100 | 10001011 | 1010110 | 1000 |
Color Harmonies of #03280F
Complementary color
Monochromatic Colors of #03280F
Black with #03280F
Text Example
Text Example
White with #03280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03280F; }
p { color: rgb(3,40,15); }
H1.HeaderClassName
{
color: #03280F;
}
.AnyTagClassName
{
color: #03280F;
}
</style>
background-color css
<style>
a { background-color: #03280F; }
a { background-color: rgb(3,40,15); }
div.DivClassName
{
background-color: #03280F;
}
.BgClassName
{
background-color: #03280F;
}
</style>
border-color css
<style>
span { border-color: #03280F; }
span { border-color: rgb(3,40,15); }
td.TdClassName
{
border-color: #03280F;
}
.TagClassName
{
border-color: #03280F;
}
</style>