Html Css Color HEX #147319 Forest Green

📋 copy color: '#147319'

red 20 ◦ green 115 ◦ blue 25

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

Shades of Forest Green #147319

Tints of Forest Green #147319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.63%

R = 12.5%
G = 71.88%
B = 15.63%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#147319 (or 0x147319) is known color: Forest Green. HEX triplet: 14, 73 and 19. RGB value is (20,115,25). Sum of RGB (Red+Green+Blue) = 20+115+25=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 115 (45.31% from 255 or 71.88% from 160); Blue value is 25 (10.16% from 255 or 15.62% from 160); Max value from RGB is 115 - color contains mainly: green. Hex color #147319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147319 is #EB8CE6. Grayscale: #4C4C4C. Windows color (decimal): -15437031 or 1667860. OLE color: 1667860.

HSL color Cylindrical-coordinate representation of color #147319: hue angle of 123.16º 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 #147319 is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 115 25 -
CMYK 0.83 0 0.78 0.55
HSL 123.16º 0.7% 0.26% -
HSV(B) 123.16º 0.83% 0.45% -
XYZ 6.59 12.48 2.98 -
YUV 76.34 99.03 87.82 -
System Red Green Blue C M Y K H S L
Decimal 20 115 25 0.83 0 0.78 0.55 123.16 0.7 0.26
Hex 14 73 19 53 0 4E 37 7B 46 1A
Octal 24 163 31 123 0 116 67 173 106 32
Binary 10100 1110011 11001 1010011 0 1001110 110111 1111011 1000110 11010

Color Harmonies of #147319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147319

Black with #147319

Text Example


Text Example

White with #147319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147319; }

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

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

background-color css

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

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

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

border-color css

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

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

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