Html Css Color HEX #147814 Forest Green

📋 copy color: '#147814'

red 20 ◦ green 120 ◦ blue 20

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

Shades of Forest Green #147814

Tints of Forest Green #147814

RGB

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

 GREEN value IS 120 (47.27% from 255) = 75%

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

R = 12.5%
G = 75%
B = 12.5%

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

#147814 (or 0x147814) is known color: Forest Green. HEX triplet: 14, 78 and 14. RGB value is (20,120,20). Sum of RGB (Red+Green+Blue) = 20+120+20=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 120 (47.27% from 255 or 75% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 120 - color contains mainly: green. Hex color #147814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147814 is #EB87EB. Grayscale: #4F4F4F. Windows color (decimal): -15435756 or 1341460. OLE color: 1341460.

HSL color Cylindrical-coordinate representation of color #147814: 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 #147814 is Cyan = 0.83, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 120 20 -
CMYK 0.83 0 0.83 0.53
HSL 120º 0.71% 0.27% -
HSV(B) 120º 0.83% 0.47% -
XYZ 7.13 13.63 2.92 -
YUV 78.7 94.87 86.13 -
System Red Green Blue C M Y K H S L
Decimal 20 120 20 0.83 0 0.83 0.53 120 0.71 0.27
Hex 14 78 14 53 0 53 35 78 47 1B
Octal 24 170 24 123 0 123 65 170 107 33
Binary 10100 1111000 10100 1010011 0 1010011 110101 1111000 1000111 11011

Color Harmonies of #147814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147814

Black with #147814

Text Example


Text Example

White with #147814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147814; }

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

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

background-color css

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

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

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

border-color css

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

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

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