#047D0F

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

Shades of Green #047D0F

Tints of Green #047D0F

Color information

#047D0F (or 0x047D0F) is unknown color: approx Green. HEX triplet: 04, 7D and 0F. RGB value is (4,125,15). Sum of RGB (Red+Green+Blue) = 4+125+15=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 125 (49.22% from 255 or 86.81% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 125 - color contains mainly: green. Hex color #047D0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047D0F is #FB82F0. Grayscale: #4C4C4C. Windows color (decimal): -16483057 or 1015044. OLE color: 1015044.

HSL color Cylindrical-coordinate representation of color #047D0F: hue angle of 125.45º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047D0F is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB412515-
CMYK0.9700.880.51
HSL125.45º93.8%25.29%-
HSV(B)125.45º96.8%49.02%-
XYZ7.4714.732.9-
YUV76.2893.4176.44-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.78%
GREEN value IS 125 (49.22% from 255) = 86.81%
BLUE value IS 15 (6.25% from 255) = 10.42%
R=2.78%
G=86.81%
B=10.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4125150.9700.880.51125.4593.825.29
Hex47DF61058337d5e19
Octal41751714101306317513631
Binary100111110111111100001010110001100111111101101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047D0F; }

 p { color: rgb(4,125,15); }

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

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

 a { background-color: rgb(4,125,15); }

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

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

 span { border-color: rgb(4,125,15); }

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