Shades of Green #03730D
Tints of Green #03730D
RGB
CMYK
RGB Variations
Color information
#03730D (or 0x03730D) is known color: Green. HEX triplet: 03, 73 and 0D. RGB value is (3,115,13). Sum of RGB (Red+Green+Blue) = 3+115+13=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 115 (45.31% from 255 or 87.79% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 115 - color contains mainly: green. Hex color #03730D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03730D is #FC8CF2. Grayscale: #464646. Windows color (decimal): -16551155 or 881411. OLE color: 881411.
HSL color Cylindrical-coordinate representation of color #03730D: hue angle of 125.36º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03730D is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 115 | 13 | - |
| CMYK | 0.97 | 0 | 0.89 | 0.55 |
| HSL | 125.36º | 0.95% | 0.23% | - |
| HSV(B) | 125.36º | 0.97% | 0.45% | - |
| XYZ | 6.24 | 12.31 | 2.43 | - |
| YUV | 69.88 | 95.89 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 115 | 13 | 0.97 | 0 | 0.89 | 0.55 | 125.36 | 0.95 | 0.23 |
| Hex | 3 | 73 | D | 61 | 0 | 59 | 37 | 7D | 5F | 17 |
| Octal | 3 | 163 | 15 | 141 | 0 | 131 | 67 | 175 | 137 | 27 |
| Binary | 11 | 1110011 | 1101 | 1100001 | 0 | 1011001 | 110111 | 1111101 | 1011111 | 10111 |
Color Harmonies of #03730D
Complementary color
Monochromatic Colors of #03730D
Black with #03730D
Text Example
Text Example
White with #03730D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03730D; }
p { color: rgb(3,115,13); }
H1.HeaderClassName
{
color: #03730D;
}
.AnyTagClassName
{
color: #03730D;
}
</style>
background-color css
<style>
a { background-color: #03730D; }
a { background-color: rgb(3,115,13); }
div.DivClassName
{
background-color: #03730D;
}
.BgClassName
{
background-color: #03730D;
}
</style>
border-color css
<style>
span { border-color: #03730D; }
span { border-color: rgb(3,115,13); }
td.TdClassName
{
border-color: #03730D;
}
.TagClassName
{
border-color: #03730D;
}
</style>