Html Css Color HEX #147116 Forest Green

📋 copy color: '#147116'

red 20 ◦ green 113 ◦ blue 22

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

Shades of Forest Green #147116

Tints of Forest Green #147116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 14.19%

R = 12.9%
G = 72.9%
B = 14.19%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#147116 (or 0x147116) is known color: Forest Green. HEX triplet: 14, 71 and 16. RGB value is (20,113,22). Sum of RGB (Red+Green+Blue) = 20+113+22=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 113 (44.53% from 255 or 72.90% from 155); Blue value is 22 (8.98% from 255 or 14.19% from 155); Max value from RGB is 113 - color contains mainly: green. Hex color #147116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147116 is #EB8EE9. Grayscale: #4B4B4B. Windows color (decimal): -15437546 or 1470740. OLE color: 1470740.

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

Color convert

RGB 20 113 22 -
CMYK 0.82 0 0.81 0.56
HSL 121.29º 0.7% 0.26% -
HSV(B) 121.29º 0.82% 0.44% -
XYZ 6.34 12.02 2.74 -
YUV 74.82 98.19 88.9 -
System Red Green Blue C M Y K H S L
Decimal 20 113 22 0.82 0 0.81 0.56 121.29 0.7 0.26
Hex 14 71 16 52 0 51 38 79 46 1A
Octal 24 161 26 122 0 121 70 171 106 32
Binary 10100 1110001 10110 1010010 0 1010001 111000 1111001 1000110 11010

Color Harmonies of #147116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147116

Black with #147116

Text Example


Text Example

White with #147116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147116; }

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

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

background-color css

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

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

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

border-color css

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

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

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