Html Css Color HEX #04700F Green

📋 copy color: '#04700F'

red 4 ◦ green 112 ◦ blue 15

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

Shades of Green #04700F

Tints of Green #04700F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.45%

R = 3.05%
G = 85.5%
B = 11.45%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#04700F (or 0x04700F) is known color: Green. HEX triplet: 04, 70 and 0F. RGB value is (4,112,15). Sum of RGB (Red+Green+Blue) = 4+112+15=131 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.05% from 131); Green value is 112 (44.14% from 255 or 85.50% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 112 - color contains mainly: green. Hex color #04700F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04700F is #FB8FF0. Grayscale: #444444. Windows color (decimal): -16486385 or 1011716. OLE color: 1011716.

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

Color convert

RGB 4 112 15 -
CMYK 0.96 0 0.87 0.56
HSL 126.11º 0.93% 0.23% -
HSV(B) 126.11º 0.96% 0.44% -
XYZ 5.93 11.65 2.39 -
YUV 68.65 97.72 81.89 -
System Red Green Blue C M Y K H S L
Decimal 4 112 15 0.96 0 0.87 0.56 126.11 0.93 0.23
Hex 4 70 F 60 0 57 38 7E 5D 17
Octal 4 160 17 140 0 127 70 176 135 27
Binary 100 1110000 1111 1100000 0 1010111 111000 1111110 1011101 10111

Color Harmonies of #04700F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04700F

Black with #04700F

Text Example


Text Example

White with #04700F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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