#047C1A

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

Shades of Green #047C1A

Tints of Green #047C1A

Color information

#047C1A (or 0x047C1A) is unknown color: approx Green. HEX triplet: 04, 7C and 1A. RGB value is (4,124,26). Sum of RGB (Red+Green+Blue) = 4+124+26=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 124 (48.83% from 255 or 80.52% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 124 - color contains mainly: green. Hex color #047C1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047C1A is #FB83E5. Grayscale: #4D4D4D. Windows color (decimal): -16483302 or 1735684. OLE color: 1735684.

HSL color Cylindrical-coordinate representation of color #047C1A: hue angle of 131º 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 #047C1A is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB412426-
CMYK0.9700.790.51
HSL131º93.75%25.1%-
HSV(B)131º96.77%48.63%-
XYZ7.4414.523.39-
YUV76.9599.2475.97-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.60%
GREEN value IS 124 (48.83% from 255) = 80.52%
BLUE value IS 26 (10.55% from 255) = 16.88%
R=2.60%
G=80.52%
B=16.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal4124260.9700.790.5113193.7525.1
Hex47C1A6104F33835e19
Octal41743214101176320313631
Binary10011111001101011000010100111111001110000011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,124,26); }

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

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

 a { background-color: rgb(4,124,26); }

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

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

 span { border-color: rgb(4,124,26); }

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