#047314

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

Shades of Green #047314

Tints of Green #047314

Color information

#047314 (or 0x047314) is unknown color: approx Green. HEX triplet: 04, 73 and 14. RGB value is (4,115,20). Sum of RGB (Red+Green+Blue) = 4+115+20=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 115 (45.31% from 255 or 82.73% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 115 - color contains mainly: green. Hex color #047314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047314 is #FB8CEB. Grayscale: #474747. Windows color (decimal): -16485612 or 1340164. OLE color: 1340164.

HSL color Cylindrical-coordinate representation of color #047314: hue angle of 128.65º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047314 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB411520-
CMYK0.9700.830.55
HSL128.65º93.28%23.33%-
HSV(B)128.65º96.52%45.1%-
XYZ6.3112.342.71-
YUV70.9899.2380.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.88%
GREEN value IS 115 (45.31% from 255) = 82.73%
BLUE value IS 20 (8.20% from 255) = 14.39%
R=2.88%
G=82.73%
B=14.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4115200.9700.830.55128.6593.2823.33
Hex473146105337815d17
Octal41632414101236720113527
Binary10011100111010011000010101001111011110000001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047314; }

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

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

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

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

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

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

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

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