Html Css Color HEX #147714 Forest Green

📋 copy color: '#147714'

red 20 ◦ green 119 ◦ blue 20

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

Shades of Forest Green #147714

Tints of Forest Green #147714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 74.84%

 BLUE value IS 20 (8.2% from 255) = 12.58%

R = 12.58%
G = 74.84%
B = 12.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#147714 (or 0x147714) is known color: Forest Green. HEX triplet: 14, 77 and 14. RGB value is (20,119,20). Sum of RGB (Red+Green+Blue) = 20+119+20=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 119 (46.88% from 255 or 74.84% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 119 - color contains mainly: green. Hex color #147714 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147714 is #EB88EB. Grayscale: #4E4E4E. Windows color (decimal): -15436012 or 1341204. OLE color: 1341204.

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

Color convert

RGB 20 119 20 -
CMYK 0.83 0 0.83 0.53
HSL 120º 0.71% 0.27% -
HSV(B) 120º 0.83% 0.47% -
XYZ 7.01 13.39 2.88 -
YUV 78.11 95.2 86.55 -
System Red Green Blue C M Y K H S L
Decimal 20 119 20 0.83 0 0.83 0.53 120 0.71 0.27
Hex 14 77 14 53 0 53 35 78 47 1B
Octal 24 167 24 123 0 123 65 170 107 33
Binary 10100 1110111 10100 1010011 0 1010011 110101 1111000 1000111 11011

Color Harmonies of #147714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147714

Black with #147714

Text Example


Text Example

White with #147714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147714; }

 p { color: rgb(20,119,20); }

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

background-color css

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

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

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

border-color css

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

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

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