#047A1C

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

Shades of Green #047A1C

Tints of Green #047A1C

Color information

#047A1C (or 0x047A1C) is unknown color: approx Green. HEX triplet: 04, 7A and 1C. RGB value is (4,122,28). Sum of RGB (Red+Green+Blue) = 4+122+28=154 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.60% from 154); Green value is 122 (48.05% from 255 or 79.22% from 154); Blue value is 28 (11.33% from 255 or 18.18% from 154); Max value from RGB is 122 - color contains mainly: green. Hex color #047A1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047A1C is #FB85E3. Grayscale: #4C4C4C. Windows color (decimal): -16483812 or 1866244. OLE color: 1866244.

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

Color convert

RGB412228-
CMYK0.9700.770.52
HSL132.2º93.65%24.71%-
HSV(B)132.2º96.72%47.84%-
XYZ7.2214.033.43-
YUV76100.9176.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.60%
GREEN value IS 122 (48.05% from 255) = 79.22%
BLUE value IS 28 (11.33% from 255) = 18.18%
R=2.60%
G=79.22%
B=18.18%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4122280.9700.770.52132.293.6524.71
Hex47A1C6104D34845e19
Octal41723414101156420413631
Binary10011110101110011000010100110111010010000100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,122,28); }

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

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

 a { background-color: rgb(4,122,28); }

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

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

 span { border-color: rgb(4,122,28); }

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