#047300

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

Shades of Green #047300

Tints of Green #047300

Color information

#047300 (or 0x047300) is unknown color: approx Green. HEX triplet: 04, 73 and 00. RGB value is (4,115,0). Sum of RGB (Red+Green+Blue) = 4+115+0=119 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.36% from 119); Green value is 115 (45.31% from 255 or 96.64% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 115 - color contains mainly: green. Hex color #047300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047300 is #FB8CFF. Grayscale: #454545. Windows color (decimal): -16485632 or 29444. OLE color: 29444.

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

Color convert

RGB41150-
CMYK0.97010.55
HSL117.91º100%22.55%-
HSV(B)117.91º100%45.1%-
XYZ6.1812.292.05-
YUV68.789.2381.85-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.36%
GREEN value IS 115 (45.31% from 255) = 96.64%
BLUE value IS 0 (0.39% from 255) = 0%
R=3.36%
G=96.64%
B=0%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411500.97010.55117.9110022.55
Hex47306106437766417
Octal4163014101446716614427
Binary100111001101100001011001001101111110110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047300; }

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

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

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

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

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

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

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

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