Shades of Green #03740B
Tints of Green #03740B
RGB
CMYK
RGB Variations
Color information
#03740B (or 0x03740B) is known color: Green. HEX triplet: 03, 74 and 0B. RGB value is (3,116,11). Sum of RGB (Red+Green+Blue) = 3+116+11=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 116 (45.70% from 255 or 89.23% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 116 - color contains mainly: green. Hex color #03740B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03740B is #FC8BF4. Grayscale: #464646. Windows color (decimal): -16550901 or 750595. OLE color: 750595.
HSL color Cylindrical-coordinate representation of color #03740B: hue angle of 124.25º 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 #03740B is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 116 | 11 | - |
| CMYK | 0.97 | 0 | 0.91 | 0.55 |
| HSL | 124.25º | 0.95% | 0.23% | - |
| HSV(B) | 124.25º | 0.97% | 0.45% | - |
| XYZ | 6.34 | 12.53 | 2.4 | - |
| YUV | 70.24 | 94.56 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 116 | 11 | 0.97 | 0 | 0.91 | 0.55 | 124.25 | 0.95 | 0.23 |
| Hex | 3 | 74 | B | 61 | 0 | 5B | 37 | 7C | 5F | 17 |
| Octal | 3 | 164 | 13 | 141 | 0 | 133 | 67 | 174 | 137 | 27 |
| Binary | 11 | 1110100 | 1011 | 1100001 | 0 | 1011011 | 110111 | 1111100 | 1011111 | 10111 |
Color Harmonies of #03740B
Complementary color
Monochromatic Colors of #03740B
Black with #03740B
Text Example
Text Example
White with #03740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03740B; }
p { color: rgb(3,116,11); }
H1.HeaderClassName
{
color: #03740B;
}
.AnyTagClassName
{
color: #03740B;
}
</style>
background-color css
<style>
a { background-color: #03740B; }
a { background-color: rgb(3,116,11); }
div.DivClassName
{
background-color: #03740B;
}
.BgClassName
{
background-color: #03740B;
}
</style>
border-color css
<style>
span { border-color: #03740B; }
span { border-color: rgb(3,116,11); }
td.TdClassName
{
border-color: #03740B;
}
.TagClassName
{
border-color: #03740B;
}
</style>