Html Css Color HEX #04701B Green

📋 copy color: '#04701B'

red 4 ◦ green 112 ◦ blue 27

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

Shades of Green #04701B

Tints of Green #04701B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.88%

R = 2.8%
G = 78.32%
B = 18.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#04701B (or 0x04701B) is known color: Green. HEX triplet: 04, 70 and 1B. RGB value is (4,112,27). Sum of RGB (Red+Green+Blue) = 4+112+27=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 112 (44.14% from 255 or 78.32% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 112 - color contains mainly: green. Hex color #04701B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04701B is #FB8FE4. Grayscale: #464646. Windows color (decimal): -16486373 or 1798148. OLE color: 1798148.

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

Color convert

RGB 4 112 27 -
CMYK 0.96 0 0.76 0.56
HSL 132.78º 0.93% 0.23% -
HSV(B) 132.78º 0.96% 0.44% -
XYZ 6.04 11.69 2.98 -
YUV 70.02 103.72 80.91 -
System Red Green Blue C M Y K H S L
Decimal 4 112 27 0.96 0 0.76 0.56 132.78 0.93 0.23
Hex 4 70 1B 60 0 4C 38 85 5D 17
Octal 4 160 33 140 0 114 70 205 135 27
Binary 100 1110000 11011 1100000 0 1001100 111000 10000101 1011101 10111

Color Harmonies of #04701B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04701B

Black with #04701B

Text Example


Text Example

White with #04701B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04701B;
 }
 .AnyTagClassName
 {
   color: #04701B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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