Html Css Color HEX #147113 Green

📋 copy color: '#147113'

red 20 ◦ green 113 ◦ blue 19

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

Shades of Green #147113

Tints of Green #147113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.5%

R = 13.16%
G = 74.34%
B = 12.5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#147113 (or 0x147113) is known color: Green. HEX triplet: 14, 71 and 13. RGB value is (20,113,19). Sum of RGB (Red+Green+Blue) = 20+113+19=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 113 (44.53% from 255 or 74.34% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 113 - color contains mainly: green. Hex color #147113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147113 is #EB8EEC. Grayscale: #4A4A4A. Windows color (decimal): -15437549 or 1274132. OLE color: 1274132.

HSL color Cylindrical-coordinate representation of color #147113: hue angle of 119.36º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147113 is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 113 19 -
CMYK 0.82 0 0.83 0.56
HSL 119.36º 0.71% 0.26% -
HSV(B) 119.36º 0.83% 0.44% -
XYZ 6.31 12.01 2.6 -
YUV 74.48 96.69 89.14 -
System Red Green Blue C M Y K H S L
Decimal 20 113 19 0.82 0 0.83 0.56 119.36 0.71 0.26
Hex 14 71 13 52 0 53 38 77 47 1A
Octal 24 161 23 122 0 123 70 167 107 32
Binary 10100 1110001 10011 1010010 0 1010011 111000 1110111 1000111 11010

Color Harmonies of #147113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147113

Black with #147113

Text Example


Text Example

White with #147113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147113; }

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

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

background-color css

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

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

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

border-color css

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

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

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