Shades of Green #037A0D
Tints of Green #037A0D
RGB
CMYK
RGB Variations
Color information
#037A0D (or 0x037A0D) is known color: Green. HEX triplet: 03, 7A and 0D. RGB value is (3,122,13). Sum of RGB (Red+Green+Blue) = 3+122+13=138 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.17% from 138); Green value is 122 (48.05% from 255 or 88.41% from 138); Blue value is 13 (5.47% from 255 or 9.42% from 138); Max value from RGB is 122 - color contains mainly: green. Hex color #037A0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037A0D is #FC85F2. Grayscale: #4A4A4A. Windows color (decimal): -16549363 or 883203. OLE color: 883203.
HSL color Cylindrical-coordinate representation of color #037A0D: hue angle of 125.04º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037A0D is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 122 | 13 | - |
| CMYK | 0.98 | 0 | 0.89 | 0.52 |
| HSL | 125.04º | 0.95% | 0.25% | - |
| HSV(B) | 125.04º | 0.98% | 0.48% | - |
| XYZ | 7.07 | 13.97 | 2.7 | - |
| YUV | 73.99 | 93.58 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 122 | 13 | 0.98 | 0 | 0.89 | 0.52 | 125.04 | 0.95 | 0.25 |
| Hex | 3 | 7A | D | 62 | 0 | 59 | 34 | 7D | 5F | 19 |
| Octal | 3 | 172 | 15 | 142 | 0 | 131 | 64 | 175 | 137 | 31 |
| Binary | 11 | 1111010 | 1101 | 1100010 | 0 | 1011001 | 110100 | 1111101 | 1011111 | 11001 |
Color Harmonies of #037A0D
Complementary color
Monochromatic Colors of #037A0D
Black with #037A0D
Text Example
Text Example
White with #037A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037A0D; }
p { color: rgb(3,122,13); }
H1.HeaderClassName
{
color: #037A0D;
}
.AnyTagClassName
{
color: #037A0D;
}
</style>
background-color css
<style>
a { background-color: #037A0D; }
a { background-color: rgb(3,122,13); }
div.DivClassName
{
background-color: #037A0D;
}
.BgClassName
{
background-color: #037A0D;
}
</style>
border-color css
<style>
span { border-color: #037A0D; }
span { border-color: rgb(3,122,13); }
td.TdClassName
{
border-color: #037A0D;
}
.TagClassName
{
border-color: #037A0D;
}
</style>