#047E14

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

Shades of Green #047E14

Tints of Green #047E14

Color information

#047E14 (or 0x047E14) is unknown color: approx Green. HEX triplet: 04, 7E and 14. RGB value is (4,126,20). Sum of RGB (Red+Green+Blue) = 4+126+20=150 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.67% from 150); Green value is 126 (49.61% from 255 or 84% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 126 - color contains mainly: green. Hex color #047E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047E14 is #FB81EB. Grayscale: #4D4D4D. Windows color (decimal): -16482796 or 1342980. OLE color: 1342980.

HSL color Cylindrical-coordinate representation of color #047E14: hue angle of 127.87º 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 #047E14 is Cyan = 0.97, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB412620-
CMYK0.9700.840.51
HSL127.87º93.85%25.49%-
HSV(B)127.87º96.83%49.41%-
XYZ7.64153.15-
YUV77.4495.5875.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.67%
GREEN value IS 126 (49.61% from 255) = 84%
BLUE value IS 20 (8.20% from 255) = 13.33%
R=2.67%
G=84%
B=13.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4126200.9700.840.51127.8793.8525.49
Hex47E146105433805e19
Octal41762414101246320013631
Binary10011111101010011000010101010011001110000000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,126,20); }

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

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

 a { background-color: rgb(4,126,20); }

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

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

 span { border-color: rgb(4,126,20); }

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