Shades of Green #03680D
Tints of Green #03680D
RGB
CMYK
RGB Variations
Color information
#03680D (or 0x03680D) is known color: Green. HEX triplet: 03, 68 and 0D. RGB value is (3,104,13). Sum of RGB (Red+Green+Blue) = 3+104+13=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 104 (41.02% from 255 or 86.67% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 104 - color contains mainly: green. Hex color #03680D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03680D is #FC97F2. Grayscale: #3F3F3F. Windows color (decimal): -16553971 or 878595. OLE color: 878595.
HSL color Cylindrical-coordinate representation of color #03680D: hue angle of 125.94º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03680D is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 104 | 13 | - |
| CMYK | 0.97 | 0 | 0.88 | 0.59 |
| HSL | 125.94º | 0.94% | 0.21% | - |
| HSV(B) | 125.94º | 0.97% | 0.41% | - |
| XYZ | 5.06 | 9.95 | 2.03 | - |
| YUV | 63.43 | 99.54 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 13 | 0.97 | 0 | 0.88 | 0.59 | 125.94 | 0.94 | 0.21 |
| Hex | 3 | 68 | D | 61 | 0 | 58 | 3B | 7E | 5E | 15 |
| Octal | 3 | 150 | 15 | 141 | 0 | 130 | 73 | 176 | 136 | 25 |
| Binary | 11 | 1101000 | 1101 | 1100001 | 0 | 1011000 | 111011 | 1111110 | 1011110 | 10101 |
Color Harmonies of #03680D
Complementary color
Monochromatic Colors of #03680D
Black with #03680D
Text Example
Text Example
White with #03680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03680D; }
p { color: rgb(3,104,13); }
H1.HeaderClassName
{
color: #03680D;
}
.AnyTagClassName
{
color: #03680D;
}
</style>
background-color css
<style>
a { background-color: #03680D; }
a { background-color: rgb(3,104,13); }
div.DivClassName
{
background-color: #03680D;
}
.BgClassName
{
background-color: #03680D;
}
</style>
border-color css
<style>
span { border-color: #03680D; }
span { border-color: rgb(3,104,13); }
td.TdClassName
{
border-color: #03680D;
}
.TagClassName
{
border-color: #03680D;
}
</style>