Shades of Green #03670A
Tints of Green #03670A
RGB
CMYK
RGB Variations
Color information
#03670A (or 0x03670A) is known color: Green. HEX triplet: 03, 67 and 0A. RGB value is (3,103,10). Sum of RGB (Red+Green+Blue) = 3+103+10=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 103 (40.62% from 255 or 88.79% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 103 - color contains mainly: green. Hex color #03670A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03670A is #FC98F5. Grayscale: #3E3E3E. Windows color (decimal): -16554230 or 681731. OLE color: 681731.
HSL color Cylindrical-coordinate representation of color #03670A: hue angle of 124.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03670A is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 103 | 10 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.60 |
| HSL | 124.2º | 0.94% | 0.21% | - |
| HSV(B) | 124.2º | 0.97% | 0.4% | - |
| XYZ | 4.94 | 9.74 | 1.91 | - |
| YUV | 62.5 | 98.37 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 103 | 10 | 0.97 | 0 | 0.90 | 0.60 | 124.2 | 0.94 | 0.21 |
| Hex | 3 | 67 | A | 61 | 0 | 5A | 3C | 7C | 5E | 15 |
| Octal | 3 | 147 | 12 | 141 | 0 | 132 | 74 | 174 | 136 | 25 |
| Binary | 11 | 1100111 | 1010 | 1100001 | 0 | 1011010 | 111100 | 1111100 | 1011110 | 10101 |
Color Harmonies of #03670A
Complementary color
Monochromatic Colors of #03670A
Black with #03670A
Text Example
Text Example
White with #03670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03670A; }
p { color: rgb(3,103,10); }
H1.HeaderClassName
{
color: #03670A;
}
.AnyTagClassName
{
color: #03670A;
}
</style>
background-color css
<style>
a { background-color: #03670A; }
a { background-color: rgb(3,103,10); }
div.DivClassName
{
background-color: #03670A;
}
.BgClassName
{
background-color: #03670A;
}
</style>
border-color css
<style>
span { border-color: #03670A; }
span { border-color: rgb(3,103,10); }
td.TdClassName
{
border-color: #03670A;
}
.TagClassName
{
border-color: #03670A;
}
</style>