Shades of Green #037A0A
Tints of Green #037A0A
RGB
CMYK
RGB Variations
Color information
#037A0A (or 0x037A0A) is known color: Green. HEX triplet: 03, 7A and 0A. RGB value is (3,122,10). Sum of RGB (Red+Green+Blue) = 3+122+10=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 122 (48.05% from 255 or 90.37% from 135); Blue value is 10 (4.30% from 255 or 7.41% from 135); Max value from RGB is 122 - color contains mainly: green. Hex color #037A0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #037A0A is #FC85F5. Grayscale: #494949. Windows color (decimal): -16549366 or 686595. OLE color: 686595.
HSL color Cylindrical-coordinate representation of color #037A0A: hue angle of 123.53º 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 #037A0A is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 122 | 10 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.52 |
| HSL | 123.53º | 0.95% | 0.25% | - |
| HSV(B) | 123.53º | 0.98% | 0.48% | - |
| XYZ | 7.05 | 13.96 | 2.61 | - |
| YUV | 73.65 | 92.08 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 122 | 10 | 0.98 | 0 | 0.92 | 0.52 | 123.53 | 0.95 | 0.25 |
| Hex | 3 | 7A | A | 62 | 0 | 5C | 34 | 7C | 5F | 19 |
| Octal | 3 | 172 | 12 | 142 | 0 | 134 | 64 | 174 | 137 | 31 |
| Binary | 11 | 1111010 | 1010 | 1100010 | 0 | 1011100 | 110100 | 1111100 | 1011111 | 11001 |
Color Harmonies of #037A0A
Complementary color
Monochromatic Colors of #037A0A
Black with #037A0A
Text Example
Text Example
White with #037A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #037A0A; }
p { color: rgb(3,122,10); }
H1.HeaderClassName
{
color: #037A0A;
}
.AnyTagClassName
{
color: #037A0A;
}
</style>
background-color css
<style>
a { background-color: #037A0A; }
a { background-color: rgb(3,122,10); }
div.DivClassName
{
background-color: #037A0A;
}
.BgClassName
{
background-color: #037A0A;
}
</style>
border-color css
<style>
span { border-color: #037A0A; }
span { border-color: rgb(3,122,10); }
td.TdClassName
{
border-color: #037A0A;
}
.TagClassName
{
border-color: #037A0A;
}
</style>