Html Css Color HEX #147320 Forest Green

📋 copy color: '#147320'

red 20 ◦ green 115 ◦ blue 32

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

Shades of Forest Green #147320

Tints of Forest Green #147320

RGB

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

 GREEN value IS 115 (45.31% from 255) = 68.86%

 BLUE value IS 32 (12.89% from 255) = 19.16%

R = 11.98%
G = 68.86%
B = 19.16%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#147320 (or 0x147320) is known color: Forest Green. HEX triplet: 14, 73 and 20. RGB value is (20,115,32). Sum of RGB (Red+Green+Blue) = 20+115+32=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 115 (45.31% from 255 or 68.86% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 115 - color contains mainly: green. Hex color #147320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147320 is #EB8CDF. Grayscale: #4D4D4D. Windows color (decimal): -15437024 or 2126612. OLE color: 2126612.

HSL color Cylindrical-coordinate representation of color #147320: hue angle of 127.58º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147320 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 115 32 -
CMYK 0.83 0 0.72 0.55
HSL 127.58º 0.7% 0.26% -
HSV(B) 127.58º 0.83% 0.45% -
XYZ 6.68 12.51 3.43 -
YUV 77.13 102.53 87.25 -
System Red Green Blue C M Y K H S L
Decimal 20 115 32 0.83 0 0.72 0.55 127.58 0.7 0.26
Hex 14 73 20 53 0 48 37 80 46 1A
Octal 24 163 40 123 0 110 67 200 106 32
Binary 10100 1110011 100000 1010011 0 1001000 110111 10000000 1000110 11010

Color Harmonies of #147320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147320

Black with #147320

Text Example


Text Example

White with #147320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147320; }

 p { color: rgb(20,115,32); }

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

background-color css

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

 a { background-color: rgb(20,115,32); }

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

border-color css

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

 span { border-color: rgb(20,115,32); }

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