Html Css Color HEX #04701C Green

📋 copy color: '#04701C'

red 4 ◦ green 112 ◦ blue 28

#04701C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #04701C

Tints of Green #04701C

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 value IS 0.96

 M value IS 0

 Y value IS 0.75

 K value IS 0.56

RGB Variations

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

Color information

#04701C (or 0x04701C) is known color: 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

RGB 4 112 28 -
CMYK 0.96 0 0.75 0.56
HSL 133.33º 0.93% 0.23% -
HSV(B) 133.33º 0.96% 0.44% -
XYZ 6.05 11.7 3.04 -
YUV 70.13 104.22 80.83 -
System Red Green Blue C M Y K H S L
Decimal 4 112 28 0.96 0 0.75 0.56 133.33 0.93 0.23
Hex 4 70 1C 60 0 4B 38 85 5D 17
Octal 4 160 34 140 0 113 70 205 135 27
Binary 100 1110000 11100 1100000 0 1001011 111000 10000101 1011101 10111

Color Harmonies of #04701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04701C

Black with #04701C

Text Example


Text Example

White with #04701C

Text Example


Text Example

HTML Codes & Css Web 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>