#04701A

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

Shades of Green #04701A

Tints of Green #04701A

Color information

#04701A (or 0x04701A) is unknown color: approx Green. HEX triplet: 04, 70 and 1A. RGB value is (4,112,26). Sum of RGB (Red+Green+Blue) = 4+112+26=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 112 (44.14% from 255 or 78.87% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 112 - color contains mainly: green. Hex color #04701A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04701A is #FB8FE5. Grayscale: #464646. Windows color (decimal): -16486374 or 1732612. OLE color: 1732612.

HSL color Cylindrical-coordinate representation of color #04701A: hue angle of 132.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04701A is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.

Color convert

RGB411226-
CMYK0.9600.770.56
HSL132.22º93.1%22.75%-
HSV(B)132.22º96.43%43.92%-
XYZ6.0311.692.92-
YUV69.9103.2280.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 112 (44.14% from 255) = 78.87%
BLUE value IS 26 (10.55% from 255) = 18.31%
R=2.82%
G=78.87%
B=18.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4112260.9600.770.56132.2293.122.75
Hex4701A6004D38845d17
Octal41603214001157020413527
Binary10011100001101011000000100110111100010000100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04701A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04701A; }

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

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

<style>
 a { background-color: #04701A; }

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

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

<style>
 span { border-color: #04701A; }

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

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