Shades of Green #03680F
Tints of Green #03680F
RGB
CMYK
RGB Variations
Color information
#03680F (or 0x03680F) is known color: Green. HEX triplet: 03, 68 and 0F. RGB value is (3,104,15). Sum of RGB (Red+Green+Blue) = 3+104+15=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 104 (41.02% from 255 or 85.25% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 104 - color contains mainly: green. Hex color #03680F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03680F is #FC97F0. Grayscale: #3F3F3F. Windows color (decimal): -16553969 or 1009667. OLE color: 1009667.
HSL color Cylindrical-coordinate representation of color #03680F: hue angle of 127.13º 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 #03680F is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 104 | 15 | - |
| CMYK | 0.97 | 0 | 0.86 | 0.59 |
| HSL | 127.13º | 0.94% | 0.21% | - |
| HSV(B) | 127.13º | 0.97% | 0.41% | - |
| XYZ | 5.07 | 9.95 | 2.11 | - |
| YUV | 63.66 | 100.54 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 15 | 0.97 | 0 | 0.86 | 0.59 | 127.13 | 0.94 | 0.21 |
| Hex | 3 | 68 | F | 61 | 0 | 56 | 3B | 7F | 5E | 15 |
| Octal | 3 | 150 | 17 | 141 | 0 | 126 | 73 | 177 | 136 | 25 |
| Binary | 11 | 1101000 | 1111 | 1100001 | 0 | 1010110 | 111011 | 1111111 | 1011110 | 10101 |
Color Harmonies of #03680F
Complementary color
Monochromatic Colors of #03680F
Black with #03680F
Text Example
Text Example
White with #03680F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03680F; }
p { color: rgb(3,104,15); }
H1.HeaderClassName
{
color: #03680F;
}
.AnyTagClassName
{
color: #03680F;
}
</style>
background-color css
<style>
a { background-color: #03680F; }
a { background-color: rgb(3,104,15); }
div.DivClassName
{
background-color: #03680F;
}
.BgClassName
{
background-color: #03680F;
}
</style>
border-color css
<style>
span { border-color: #03680F; }
span { border-color: rgb(3,104,15); }
td.TdClassName
{
border-color: #03680F;
}
.TagClassName
{
border-color: #03680F;
}
</style>