#047500

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

Shades of Green #047500

Tints of Green #047500

Color information

#047500 (or 0x047500) is unknown color: approx Green. HEX triplet: 04, 75 and 00. RGB value is (4,117,0). Sum of RGB (Red+Green+Blue) = 4+117+0=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 117 (46.09% from 255 or 96.69% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 117 - color contains mainly: green. Hex color #047500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047500 is #FB8AFF. Grayscale: #464646. Windows color (decimal): -16485120 or 29956. OLE color: 29956.

HSL color Cylindrical-coordinate representation of color #047500: hue angle of 117.95º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #047500 is Cyan = 0.97, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB41170-
CMYK0.97010.54
HSL117.95º100%22.94%-
HSV(B)117.95º100%45.88%-
XYZ6.4112.752.12-
YUV69.8888.5681.01-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.31%
GREEN value IS 117 (46.09% from 255) = 96.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=3.31%
G=96.69%
B=0%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal411700.97010.54117.9510022.94
Hex47506106436766417
Octal4165014101446616614427
Binary100111010101100001011001001101101110110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047500; }

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

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

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

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

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

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

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

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