Shades of Green #037A0C
Tints of Green #037A0C
RGB
CMYK
RGB Variations
Color information
#037A0C (or 0x037A0C) is known color: Green. HEX triplet: 03, 7A and 0C. RGB value is (3,122,12). Sum of RGB (Red+Green+Blue) = 3+122+12=137 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.19% from 137); Green value is 122 (48.05% from 255 or 89.05% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 122 - color contains mainly: green. Hex color #037A0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037A0C is #FC85F3. Grayscale: #4A4A4A. Windows color (decimal): -16549364 or 817667. OLE color: 817667.
HSL color Cylindrical-coordinate representation of color #037A0C: hue angle of 124.54º 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 #037A0C is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 122 | 12 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.52 |
| HSL | 124.54º | 0.95% | 0.25% | - |
| HSV(B) | 124.54º | 0.98% | 0.48% | - |
| XYZ | 7.06 | 13.96 | 2.67 | - |
| YUV | 73.88 | 93.08 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 122 | 12 | 0.98 | 0 | 0.90 | 0.52 | 124.54 | 0.95 | 0.25 |
| Hex | 3 | 7A | C | 62 | 0 | 5A | 34 | 7D | 5F | 19 |
| Octal | 3 | 172 | 14 | 142 | 0 | 132 | 64 | 175 | 137 | 31 |
| Binary | 11 | 1111010 | 1100 | 1100010 | 0 | 1011010 | 110100 | 1111101 | 1011111 | 11001 |
Color Harmonies of #037A0C
Complementary color
Monochromatic Colors of #037A0C
Black with #037A0C
Text Example
Text Example
White with #037A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037A0C; }
p { color: rgb(3,122,12); }
H1.HeaderClassName
{
color: #037A0C;
}
.AnyTagClassName
{
color: #037A0C;
}
</style>
background-color css
<style>
a { background-color: #037A0C; }
a { background-color: rgb(3,122,12); }
div.DivClassName
{
background-color: #037A0C;
}
.BgClassName
{
background-color: #037A0C;
}
</style>
border-color css
<style>
span { border-color: #037A0C; }
span { border-color: rgb(3,122,12); }
td.TdClassName
{
border-color: #037A0C;
}
.TagClassName
{
border-color: #037A0C;
}
</style>