Html Css Color HEX #04700E Green

📋 copy color: '#04700E'

red 4 ◦ green 112 ◦ blue 14

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

Shades of Green #04700E

Tints of Green #04700E

RGB

 RED value IS 4 (1.95% from 255) = 3.08%

 GREEN value IS 112 (44.14% from 255) = 86.15%

 BLUE value IS 14 (5.86% from 255) = 10.77%

R = 3.08%
G = 86.15%
B = 10.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#04700E (or 0x04700E) is known color: Green. HEX triplet: 04, 70 and 0E. RGB value is (4,112,14). Sum of RGB (Red+Green+Blue) = 4+112+14=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 112 (44.14% from 255 or 86.15% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 112 - color contains mainly: green. Hex color #04700E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04700E is #FB8FF1. Grayscale: #444444. Windows color (decimal): -16486386 or 946180. OLE color: 946180.

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

Color convert

RGB 4 112 14 -
CMYK 0.96 0 0.88 0.56
HSL 125.56º 0.93% 0.23% -
HSV(B) 125.56º 0.96% 0.44% -
XYZ 5.92 11.65 2.35 -
YUV 68.54 97.22 81.97 -
System Red Green Blue C M Y K H S L
Decimal 4 112 14 0.96 0 0.88 0.56 125.56 0.93 0.23
Hex 4 70 E 60 0 58 38 7E 5D 17
Octal 4 160 16 140 0 130 70 176 135 27
Binary 100 1110000 1110 1100000 0 1011000 111000 1111110 1011101 10111

Color Harmonies of #04700E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04700E

Black with #04700E

Text Example


Text Example

White with #04700E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04700E; }

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

 H1.HeaderClassName
 {
   color: #04700E;
 }
 .AnyTagClassName
 {
   color: #04700E;
 }
</style>

background-color css

<style>
 a { background-color: #04700E; }

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

 div.DivClassName
 {
   background-color: #04700E;
 }
 .BgClassName
 {
   background-color: #04700E;
 }
</style>

border-color css

<style>
 span { border-color: #04700E; }

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

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