#047A0F

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

Shades of Green #047A0F

Tints of Green #047A0F

Color information

#047A0F (or 0x047A0F) is unknown color: approx Green. HEX triplet: 04, 7A and 0F. RGB value is (4,122,15). Sum of RGB (Red+Green+Blue) = 4+122+15=141 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.84% from 141); Green value is 122 (48.05% from 255 or 86.52% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 122 - color contains mainly: green. Hex color #047A0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #047A0F is #FB85F0. Grayscale: #4A4A4A. Windows color (decimal): -16483825 or 1014276. OLE color: 1014276.

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

Color convert

RGB412215-
CMYK0.9700.880.52
HSL125.59º93.65%24.71%-
HSV(B)125.59º96.72%47.84%-
XYZ7.113.982.78-
YUV74.5294.4177.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.84%
GREEN value IS 122 (48.05% from 255) = 86.52%
BLUE value IS 15 (6.25% from 255) = 10.64%
R=2.84%
G=86.52%
B=10.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4122150.9700.880.52125.5993.6524.71
Hex47AF61058347e5e19
Octal41721714101306417613631
Binary100111101011111100001010110001101001111110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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