#04701C

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

Shades of Green #04701C

Tints of Green #04701C

Color information

#04701C (or 0x04701C) is unknown color: approx Green. HEX triplet: 04, 70 and 1C. RGB value is (4,112,28). Sum of RGB (Red+Green+Blue) = 4+112+28=144 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.78% from 144); Green value is 112 (44.14% from 255 or 77.78% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 112 - color contains mainly: green. Hex color #04701C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04701C is #FB8FE3. Grayscale: #464646. Windows color (decimal): -16486372 or 1863684. OLE color: 1863684.

HSL color Cylindrical-coordinate representation of color #04701C: hue angle of 133.33º 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 #04701C is Cyan = 0.96, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.

Color convert

RGB411228-
CMYK0.9600.750.56
HSL133.33º93.1%22.75%-
HSV(B)133.33º96.43%43.92%-
XYZ6.0511.73.04-
YUV70.13104.2280.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.78%
GREEN value IS 112 (44.14% from 255) = 77.78%
BLUE value IS 28 (11.33% from 255) = 19.44%
R=2.78%
G=77.78%
B=19.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4112280.9600.750.56133.3393.122.75
Hex4701C6004B38855d17
Octal41603414001137020513527
Binary10011100001110011000000100101111100010000101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04701C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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