#047C0E

Color #047C0E Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #047C0E

Tints of Green #047C0E

Color information

#047C0E (or 0x047C0E) is unknown color: approx Green. HEX triplet: 04, 7C and 0E. RGB value is (4,124,14). Sum of RGB (Red+Green+Blue) = 4+124+14=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 124 (48.83% from 255 or 87.32% from 142); Blue value is 14 (5.86% from 255 or 9.86% from 142); Max value from RGB is 124 - color contains mainly: green. Hex color #047C0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047C0E is #FB83F1. Grayscale: #4B4B4B. Windows color (decimal): -16483314 or 949252. OLE color: 949252.

HSL color Cylindrical-coordinate representation of color #047C0E: hue angle of 125º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047C0E is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB412414-
CMYK0.9700.890.51
HSL125º93.75%25.1%-
HSV(B)125º96.77%48.63%-
XYZ7.3414.472.82-
YUV75.5893.2476.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 124 (48.83% from 255) = 87.32%
BLUE value IS 14 (5.86% from 255) = 9.86%
R=2.82%
G=87.32%
B=9.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4124140.9700.890.5112593.7525.1
Hex47CE61059337d5e19
Octal41741614101316317513631
Binary100111110011101100001010110011100111111101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047C0E; }

 p { color: rgb(4,124,14); }

 H1.HeaderClassName
 {
   color: #047C0E;
 }
 .AnyTagClassName
 {
   color: #047C0E;
 }
</style>
background-color css

<style>
 a { background-color: #047C0E; }

 a { background-color: rgb(4,124,14); }

 div.DivClassName
 {
   background-color: #047C0E;
 }
 .BgClassName
 {
   background-color: #047C0E;
 }
</style>
border-color css

<style>
 span { border-color: #047C0E; }

 span { border-color: rgb(4,124,14); }

 td.TdClassName
 {
   border-color: #047C0E;
 }
 .TagClassName
 {
   border-color: #047C0E;
 }
</style>