#047002

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

Shades of Green #047002

Tints of Green #047002

Color information

#047002 (or 0x047002) is unknown color: approx Green. HEX triplet: 04, 70 and 02. RGB value is (4,112,2). Sum of RGB (Red+Green+Blue) = 4+112+2=118 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.39% from 118); Green value is 112 (44.14% from 255 or 94.92% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 112 - color contains mainly: green. Hex color #047002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047002 is #FB8FFD. Grayscale: #434343. Windows color (decimal): -16486398 or 159748. OLE color: 159748.

HSL color Cylindrical-coordinate representation of color #047002: hue angle of 118.91º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047002 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB41122-
CMYK0.9600.980.56
HSL118.91º96.49%22.35%-
HSV(B)118.91º98.21%43.92%-
XYZ5.8611.621.99-
YUV67.1791.2282.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.39%
GREEN value IS 112 (44.14% from 255) = 94.92%
BLUE value IS 2 (1.17% from 255) = 1.69%
R=3.39%
G=94.92%
B=1.69%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal411220.9600.980.56118.9196.4922.35
Hex47026006238776016
Octal4160214001427016714026
Binary1001110000101100000011000101110001110111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047002; }

 p { color: rgb(4,112,2); }

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

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

 a { background-color: rgb(4,112,2); }

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

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

 span { border-color: rgb(4,112,2); }

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