#047305

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

Shades of Green #047305

Tints of Green #047305

Color information

#047305 (or 0x047305) is unknown color: approx Green. HEX triplet: 04, 73 and 05. RGB value is (4,115,5). Sum of RGB (Red+Green+Blue) = 4+115+5=124 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.23% from 124); Green value is 115 (45.31% from 255 or 92.74% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 115 - color contains mainly: green. Hex color #047305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047305 is #FB8CFA. Grayscale: #454545. Windows color (decimal): -16485627 or 357124. OLE color: 357124.

HSL color Cylindrical-coordinate representation of color #047305: hue angle of 120.54º 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 #047305 is Cyan = 0.97, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB41155-
CMYK0.9700.960.55
HSL120.54º93.28%23.33%-
HSV(B)120.54º96.52%45.1%-
XYZ6.2112.32.19-
YUV69.2791.7381.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.23%
GREEN value IS 115 (45.31% from 255) = 92.74%
BLUE value IS 5 (2.34% from 255) = 4.03%
R=3.23%
G=92.74%
B=4.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal411550.9700.960.55120.5493.2823.33
Hex47356106037795d17
Octal4163514101406717113527
Binary10011100111011100001011000001101111111001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047305; }

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

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

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

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

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

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

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

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