Html Css Color HEX #147104 Green

📋 copy color: '#147104'

red 20 ◦ green 113 ◦ blue 4

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

Shades of Green #147104

Tints of Green #147104

RGB

 RED value IS 20 (8.2% from 255) = 14.6%

 GREEN value IS 113 (44.53% from 255) = 82.48%

 BLUE value IS 4 (1.95% from 255) = 2.92%

R = 14.6%
G = 82.48%
B = 2.92%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#147104 (or 0x147104) is known color: Green. HEX triplet: 14, 71 and 04. RGB value is (20,113,4). Sum of RGB (Red+Green+Blue) = 20+113+4=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 113 (44.53% from 255 or 82.48% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 113 - color contains mainly: green. Hex color #147104 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147104 is #EB8EFB. Grayscale: #494949. Windows color (decimal): -15437564 or 291092. OLE color: 291092.

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

Color convert

RGB 20 113 4 -
CMYK 0.82 0 0.96 0.56
HSL 111.19º 0.93% 0.23% -
HSV(B) 111.19º 0.96% 0.44% -
XYZ 6.22 11.97 2.1 -
YUV 72.77 89.19 90.36 -
System Red Green Blue C M Y K H S L
Decimal 20 113 4 0.82 0 0.96 0.56 111.19 0.93 0.23
Hex 14 71 4 52 0 60 38 6F 5D 17
Octal 24 161 4 122 0 140 70 157 135 27
Binary 10100 1110001 100 1010010 0 1100000 111000 1101111 1011101 10111

Color Harmonies of #147104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147104

Black with #147104

Text Example


Text Example

White with #147104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147104; }

 p { color: rgb(20,113,4); }

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

background-color css

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

 a { background-color: rgb(20,113,4); }

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

border-color css

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

 span { border-color: rgb(20,113,4); }

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