#047A10

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

Shades of Green #047A10

Tints of Green #047A10

Color information

#047A10 (or 0x047A10) is unknown color: approx Green. HEX triplet: 04, 7A and 10. RGB value is (4,122,16). Sum of RGB (Red+Green+Blue) = 4+122+16=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 122 (48.05% from 255 or 85.92% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 122 - color contains mainly: green. Hex color #047A10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047A10 is #FB85EF. Grayscale: #4A4A4A. Windows color (decimal): -16483824 or 1079812. OLE color: 1079812.

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

Color convert

RGB412216-
CMYK0.9700.870.52
HSL126.1º93.65%24.71%-
HSV(B)126.1º96.72%47.84%-
XYZ7.113.982.81-
YUV74.6394.9177.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 122 (48.05% from 255) = 85.92%
BLUE value IS 16 (6.64% from 255) = 11.27%
R=2.82%
G=85.92%
B=11.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4122160.9700.870.52126.193.6524.71
Hex47A1061057347e5e19
Octal41722014101276417613631
Binary1001111010100001100001010101111101001111110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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