Html Css Color HEX #147414 Forest Green

📋 copy color: '#147414'

red 20 ◦ green 116 ◦ blue 20

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

Shades of Forest Green #147414

Tints of Forest Green #147414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 74.36%

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

R = 12.82%
G = 74.36%
B = 12.82%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#147414 (or 0x147414) is known color: Forest Green. HEX triplet: 14, 74 and 14. RGB value is (20,116,20). Sum of RGB (Red+Green+Blue) = 20+116+20=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 116 (45.70% from 255 or 74.36% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 116 - color contains mainly: green. Hex color #147414 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #147414 is #EB8BEB. Grayscale: #4C4C4C. Windows color (decimal): -15436780 or 1340436. OLE color: 1340436.

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

Color convert

RGB 20 116 20 -
CMYK 0.83 0 0.83 0.55
HSL 120º 0.71% 0.27% -
HSV(B) 120º 0.83% 0.45% -
XYZ 6.66 12.69 2.76 -
YUV 76.35 96.2 87.81 -
System Red Green Blue C M Y K H S L
Decimal 20 116 20 0.83 0 0.83 0.55 120 0.71 0.27
Hex 14 74 14 53 0 53 37 78 47 1B
Octal 24 164 24 123 0 123 67 170 107 33
Binary 10100 1110100 10100 1010011 0 1010011 110111 1111000 1000111 11011

Color Harmonies of #147414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147414

Black with #147414

Text Example


Text Example

White with #147414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147414; }

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

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

background-color css

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

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

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

border-color css

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

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

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