Html Css Color HEX #147616 Forest Green

📋 copy color: '#147616'

red 20 ◦ green 118 ◦ blue 22

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

Shades of Forest Green #147616

Tints of Forest Green #147616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 73.75%

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

R = 12.5%
G = 73.75%
B = 13.75%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#147616 (or 0x147616) is known color: Forest Green. HEX triplet: 14, 76 and 16. RGB value is (20,118,22). Sum of RGB (Red+Green+Blue) = 20+118+22=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 118 (46.48% from 255 or 73.75% from 160); Blue value is 22 (8.98% from 255 or 13.75% from 160); Max value from RGB is 118 - color contains mainly: green. Hex color #147616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147616 is #EB89E9. Grayscale: #4E4E4E. Windows color (decimal): -15436266 or 1472020. OLE color: 1472020.

HSL color Cylindrical-coordinate representation of color #147616: hue angle of 121.22º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147616 is Cyan = 0.83, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 118 22 -
CMYK 0.83 0 0.81 0.54
HSL 121.22º 0.71% 0.27% -
HSV(B) 121.22º 0.83% 0.46% -
XYZ 6.91 13.16 2.94 -
YUV 77.75 96.53 86.81 -
System Red Green Blue C M Y K H S L
Decimal 20 118 22 0.83 0 0.81 0.54 121.22 0.71 0.27
Hex 14 76 16 53 0 51 36 79 47 1B
Octal 24 166 26 123 0 121 66 171 107 33
Binary 10100 1110110 10110 1010011 0 1010001 110110 1111001 1000111 11011

Color Harmonies of #147616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147616

Black with #147616

Text Example


Text Example

White with #147616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147616; }

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

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

background-color css

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

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

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

border-color css

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

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

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