#047100

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

Shades of Green #047100

Tints of Green #047100

Color information

#047100 (or 0x047100) is unknown color: approx Green. HEX triplet: 04, 71 and 00. RGB value is (4,113,0). Sum of RGB (Red+Green+Blue) = 4+113+0=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 113 (44.53% from 255 or 96.58% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 113 - color contains mainly: green. Hex color #047100 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047100 is #FB8EFF. Grayscale: #434343. Windows color (decimal): -16486144 or 28932. OLE color: 28932.

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

Color convert

RGB41130-
CMYK0.96010.56
HSL117.88º100%22.16%-
HSV(B)117.88º100%44.31%-
XYZ5.9611.841.97-
YUV67.5389.8982.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.42%
GREEN value IS 113 (44.53% from 255) = 96.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=3.42%
G=96.58%
B=0%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal411300.96010.56117.8810022.16
Hex47106006438766416
Octal4161014001447016614426
Binary100111000101100000011001001110001110110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047100; }

 p { color: rgb(4,113,0); }

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

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

 a { background-color: rgb(4,113,0); }

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

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

 span { border-color: rgb(4,113,0); }

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